| Index: dashboard/dashboard/start_try_job.py
|
| diff --git a/dashboard/dashboard/start_try_job.py b/dashboard/dashboard/start_try_job.py
|
| index 313a14ff0336dc30a4c4e65376321f7d1cddc53e..af7fc816a5729a88ccc7abc830f5abc9aad8951a 100644
|
| --- a/dashboard/dashboard/start_try_job.py
|
| +++ b/dashboard/dashboard/start_try_job.py
|
| @@ -54,6 +54,7 @@ _NON_TELEMETRY_TEST_COMMANDS = {
|
| 'cc_perftests': [
|
| './out/Release/cc_perftests',
|
| '--test-launcher-print-test-stdio=always',
|
| + '--verbose',
|
| ],
|
| 'idb_perf': [
|
| './out/Release/performance_ui_tests',
|
|
|