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

Unified Diff: bin/cros_au_test_harness.py

Issue 6529010: Add --quiet to run_remote_tests, and use it (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Fix quiet help message 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 | « no previous file | run_remote_tests.sh » ('j') | run_remote_tests.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_au_test_harness.py
diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
index 67c0485ba08ea58e74a81a726eed19ff22ac7639..4c7eadee15b7d2cb840d106d58d9bcf9a115d72b 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -466,6 +466,7 @@ class RealAUTest(unittest.TestCase, AUTest):
output = RunCommand([
'%s/run_remote_tests.sh' % self.crosutils,
'--remote=%s' % self.remote,
+ '--quiet',
self.verify_suite,
], error_ok=True, enter_chroot=False, redirect_stdout=True)
return self.AssertEnoughTestsPassed(self, output, percent_required_to_pass)
« no previous file with comments | « no previous file | run_remote_tests.sh » ('j') | run_remote_tests.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698