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

Unified Diff: client/bin/autotest

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 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 | « cli/job_unittest.py ('k') | client/bin/base_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/autotest
diff --git a/client/bin/autotest b/client/bin/autotest
index e843b7f9a3f28880456db7f2a88663297543cc50..28c6015f06cbb0ff029553a783e2d6f93f11fa88 100755
--- a/client/bin/autotest
+++ b/client/bin/autotest
@@ -35,6 +35,9 @@ parser.add_option("-t", "--tag", dest="tag", type="string", default="default",
parser.add_option("-H", "--harness", dest="harness", type="string", default='',
help="set the harness type")
+parser.add_option("-P", "--harness_args", dest="harness_args", type="string", default='',
+ help="arguments delivered to harness")
+
parser.add_option("-U", "--user", dest="user", type="string",
default='', help="set the job username")
« no previous file with comments | « cli/job_unittest.py ('k') | client/bin/base_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698