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

Unified Diff: server/prebuild.py

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
Index: server/prebuild.py
diff --git a/server/prebuild.py b/server/prebuild.py
index 4d786050e0128315c6b076926f5fed20c40173ee..272446e4699d1d405774bea704371ab4a48747a8 100644
--- a/server/prebuild.py
+++ b/server/prebuild.py
@@ -44,6 +44,7 @@ def init_test(testdir):
hostname = None
user = None
log = True
+ tap_report = False
return client_setup_job.init_test(options, testdir)
@@ -61,4 +62,3 @@ def setup(autotest_client_dir, client_test_dir):
# instantiate a client_test instance.
client_test = init_test(client_test_dir)
client_setup_job.setup_test(client_test)
-
« cli/job.py ('K') | « server/hosts/serial.py ('k') | server/server_job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698