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

Unified Diff: bin/cbuildbot.py

Issue 5555003: Update scripts to avoid using deprecated --test_case syntax. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years 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 | bin/cros_run_parallel_vm_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index d49fa06dc6db2039fcc2ce7be0ab742a27b1f82b..ad0c0736988857fbc16949abeae494c64751a4ca 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -397,8 +397,8 @@ def _RunSmokeSuite(buildroot, results_dir):
cwd = os.path.join(buildroot, 'src', 'scripts')
RunCommand(['bin/cros_run_vm_test',
'--no_graphics',
- '--test_case=suite_Smoke',
'--results_dir_root=%s' % results_dir,
+ 'suite_Smoke',
], cwd=cwd, error_ok=False)
« no previous file with comments | « no previous file | bin/cros_run_parallel_vm_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698