| Index: bin/cros_au_test_harness.py
|
| diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
|
| index 0af3b722a816bd401b61476d7e764a998691e9c2..8d5ee25bce3eb6e9dc46b9448073916501e64e5a 100755
|
| --- a/bin/cros_au_test_harness.py
|
| +++ b/bin/cros_au_test_harness.py
|
| @@ -515,6 +515,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)
|
|
|