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

Unified Diff: tools/testing/perf_testing/run_perf_tests.py

Issue 10882004: Further broaden NSME test for IE. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « lib/compiler/implementation/lib/js_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/run_perf_tests.py
===================================================================
--- tools/testing/perf_testing/run_perf_tests.py (revision 11193)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -843,9 +843,9 @@
FIRST_CHROMEDRIVER):
# If we don't have a stashed a different chromedriver just use
# the regular chromedriver.
- self.test.test_runner.RunCmd(os.path.join(
+ self.test.test_runner.RunCmd([os.path.join(
TOP_LEVEL_DIR, 'tools', 'testing', 'webdriver_test_setup.py'),
- '-f', '-s', '-p')
+ '-f', '-p', '-s'])
elif not os.path.exists(dartium_chromedriver_path):
stdout, _ = self.test.test_runner.GetArchive('chromedriver')
# Move original chromedriver for storage.
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698