| Index: dashboard/dashboard/start_try_job_test.py
|
| diff --git a/dashboard/dashboard/start_try_job_test.py b/dashboard/dashboard/start_try_job_test.py
|
| index 2af159ec04fb8c4e6ecbdf36e26f9490a1bd9288..d4cfccc5d8d9852f3e471f09388369b17da5a017 100644
|
| --- a/dashboard/dashboard/start_try_job_test.py
|
| +++ b/dashboard/dashboard/start_try_job_test.py
|
| @@ -685,7 +685,7 @@ class StartBisectTest(testing_common.TestCase):
|
| def testGetConfig_CCPerftests(self):
|
| self._TestGetConfigCommand(
|
| ('./out/Release/cc_perftests '
|
| - '--test-launcher-print-test-stdio=always'),
|
| + '--test-launcher-print-test-stdio=always --verbose'),
|
| bisect_bot='linux_perf_bisect',
|
| suite='cc_perftests')
|
|
|
| @@ -1009,7 +1009,7 @@ class StartBisectTest(testing_common.TestCase):
|
| def testGetConfig_UseBuildbucket_CCPerftests(self):
|
| self._TestGetConfigCommand(
|
| ('./src/out/Release/cc_perftests '
|
| - '--test-launcher-print-test-stdio=always'),
|
| + '--test-launcher-print-test-stdio=always --verbose'),
|
| bisect_bot='linux_perf_bisect',
|
| suite='cc_perftests',
|
| use_buildbucket=True)
|
|
|