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

Unified Diff: tools/dartium/test.py

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest Created 3 years, 7 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
Index: tools/dartium/test.py
diff --git a/tools/dartium/test.py b/tools/dartium/test.py
index 5df8c3c120aed2a3329a7086f920fc27a019b183..a0a799f0ffbaa26de216e55586f53d1ac6aa00ad 100755
--- a/tools/dartium/test.py
+++ b/tools/dartium/test.py
@@ -194,6 +194,7 @@ def main():
test = os.path.join(DART_TEST_DIR, options.layout_test)
else:
test = DART_TEST_DIR
+
utils.runCommand(['python',
test_script,
test_mode,

Powered by Google App Engine
This is Rietveld 408576698