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

Unified Diff: telemetry/bin/run_browser_tests

Issue 2700563004: [Telemetry] Migrate browser_test_runner to use typ as the test runner (Closed)
Patch Set: Created 3 years, 10 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 | telemetry/examples/browser_tests/failed_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/bin/run_browser_tests
diff --git a/telemetry/bin/run_browser_tests b/telemetry/bin/run_browser_tests
index 977986b482c1a30090d696e95aec807807f8548d..8d608953cd62f272788554efb2e1169734cbdb46 100755
--- a/telemetry/bin/run_browser_tests
+++ b/telemetry/bin/run_browser_tests
@@ -13,11 +13,10 @@ from telemetry.testing import browser_test_runner
def main():
- options = browser_test_runner.TestRunOptions()
config = project_config.ProjectConfig(
top_level_dir=os.path.join(TELEMETRY_DIR, 'examples'),
benchmark_dirs=[os.path.join(TELEMETRY_DIR, 'examples', 'browser_tests')])
- return browser_test_runner.Run(config, options, sys.argv[1:])
+ return browser_test_runner.Run(config, sys.argv[1:])
if __name__ == '__main__':
« no previous file with comments | « no previous file | telemetry/examples/browser_tests/failed_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698