Chromium Code Reviews| Index: base/test/test_switches.cc |
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc |
| index 50b451323946d067089877d423cee9efb8f1ec90..a3aebcda3ec02fc60db144ceb450c66532759578 100644 |
| --- a/base/test/test_switches.cc |
| +++ b/base/test/test_switches.cc |
| @@ -11,6 +11,11 @@ const char switches::kTestLargeTimeout[] = "test-large-timeout"; |
| // Maximum number of tests to run in a single batch. |
| const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit"; |
| +// Behaves in a more friendly way to local debugging, e.g. serial execution, |
| +// no redirection of stdio, etc. |
| +const char switches::kTestLauncherDeveloperMode[] = |
| + "test-launcher-developer-mode"; |
|
sky
2013/11/06 14:17:18
Is there a reason you don't want to make this impl
Paweł Hajdan Jr.
2013/11/06 15:55:21
Some bots use a filter, e.g. "manual" webrtc tests
|
| + |
| // Number of parallel test launcher jobs. |
| const char switches::kTestLauncherJobs[] = "test-launcher-jobs"; |