Chromium Code Reviews| Index: base/test/test_switches.cc |
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc |
| index b02e9f4e63bd00958ee83cab67988239c979535b..2d99dec23fa134dbedd7f6932064accb1ef087e1 100644 |
| --- a/base/test/test_switches.cc |
| +++ b/base/test/test_switches.cc |
| @@ -21,6 +21,11 @@ const char switches::kTestLauncherOutput[] = "test-launcher-output"; |
| const char switches::kTestLauncherSummaryOutput[] = |
| "test-launcher-summary-output"; |
| +// Flag controlling when test stdio is displayed as part of the launcher's |
| +// standard output. |
| +const char switches::kTestLauncherTestStdio[] = |
| + "test-launcher-test-stdio"; |
|
hubbe
2013/10/29 20:07:30
How about: --test-launcher-print-stdio ?
Paweł Hajdan Jr.
2013/10/29 23:00:46
Done.
|
| + |
| // Time (in milliseconds) that the tests should wait before timing out. |
| const char switches::kTestLauncherTimeout[] = "test-launcher-timeout"; |
| // TODO(phajdan.jr): Clean up the switch names. |