| Index: base/test/test_switches.cc
|
| diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
|
| index ff8f3159737b52e964c6ab727cbbcfd52168cc27..aaea6b4c7d77520ae43446a3acbb988984eac551 100644
|
| --- a/base/test/test_switches.cc
|
| +++ b/base/test/test_switches.cc
|
| @@ -11,10 +11,10 @@ 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";
|
| +// Sets defaults desirable for the continuous integration bots, e.g. parallel
|
| +// test execution and test retries.
|
| +const char switches::kTestLauncherBotMode[] =
|
| + "test-launcher-bot-mode";
|
|
|
| // Number of parallel test launcher jobs.
|
| const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
|
|
|