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

Unified Diff: client/bin/autotest

Issue 6246035: 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, 11 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
« cli/job.py ('K') | « cli/job.py ('k') | client/bin/base_sysinfo.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 18628817a3285458c6fb193fc5b6e98de4dd3197..e843b7f9a3f28880456db7f2a88663297543cc50 100755
--- a/client/bin/autotest
+++ b/client/bin/autotest
@@ -56,6 +56,11 @@ parser.add_option('--client_test_setup', dest='client_test_setup',
type='string', default=None, action='store',
help='a comma seperated list of client tests to prebuild on '
'the server. Use all to prebuild all of them.')
+
+parser.add_option('--tap', dest='tap_report', action='store_true',
+ default=None, help='Output TAP (Test anything '
+ 'protocol) reports')
+
def usage():
parser.print_help()
sys.exit(1)
« cli/job.py ('K') | « cli/job.py ('k') | client/bin/base_sysinfo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698