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

Unified Diff: tools/dartium/test.py

Issue 2413253002: Updated to latest WebKit changes and removed usage of obsolete environment variable (Closed)
Patch Set: Created 4 years, 2 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/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dartium/test.py
diff --git a/tools/dartium/test.py b/tools/dartium/test.py
index ca48152f0ff460920da67a8d937b3213e64ede2c..5df8c3c120aed2a3329a7086f920fc27a019b183 100755
--- a/tools/dartium/test.py
+++ b/tools/dartium/test.py
@@ -194,7 +194,6 @@ def main():
test = os.path.join(DART_TEST_DIR, options.layout_test)
else:
test = DART_TEST_DIR
- package_root = os.path.join(build_dir, 'packages')
utils.runCommand(['python',
test_script,
test_mode,
@@ -204,8 +203,6 @@ def main():
'--builder-name', 'BuildBot',
'--additional-env-var',
'DART_FLAGS=%s' % dart_flags,
- '--additional-env-var',
- 'DART_PACKAGE_ROOT=file://%s' % package_root,
test])
# Run core dart tests
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698