Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: tools/release/test_update_node.py

Issue 2751513003: Small fixes to update_node.py. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/release/testdata/v8/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/release/test_update_node.py
diff --git a/tools/release/test_update_node.py b/tools/release/test_update_node.py
index 82023d8f6feff4c07c45dd2a356b4f3292b9bd5f..f9311a86e39e0afeb2ef5e361779f6eef30d1fb0 100755
--- a/tools/release/test_update_node.py
+++ b/tools/release/test_update_node.py
@@ -36,6 +36,8 @@ ADDED_FILES = [
'testing/gtest/gtest_new',
'testing/gtest/new/gtest_new',
'testing/gtest/baz/gtest_new',
+ 'third_party/jinja2/jinja2',
+ 'third_party/markupsafe/markupsafe'
]
REMOVED_FILES = [
@@ -61,7 +63,6 @@ class TestUpdateNode(unittest.TestCase):
def testUpdate(self):
v8_cwd = os.path.join(self.workdir, 'v8')
- gtest_cwd = os.path.join(self.workdir, 'v8', 'testing', 'gtest')
node_cwd = os.path.join(self.workdir, 'node')
# Set up V8 test fixture.
« no previous file with comments | « no previous file | tools/release/testdata/v8/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698