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

Unified Diff: dashboard/dashboard/start_try_job_test.py

Issue 2196753003: Add --verbose to cc_perftests. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 5 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 | « dashboard/dashboard/start_try_job.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « dashboard/dashboard/start_try_job.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698