diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 01:06:08 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 01:06:08 +0000 |
commit | 5855fe8532df55631a4d2a8b6c81644cc7f89abb (patch) | |
tree | 35c2ded4c6b8149fd1d0679fcb3ca86c2e0016db /base/test/test_switches.h | |
parent | a0878513f95d69ba84f1553ed7879982b6d32b94 (diff) | |
download | chromium_src-5855fe8532df55631a4d2a8b6c81644cc7f89abb.zip chromium_src-5855fe8532df55631a4d2a8b6c81644cc7f89abb.tar.gz chromium_src-5855fe8532df55631a4d2a8b6c81644cc7f89abb.tar.bz2 |
GTTF: Make it possible to pass sharding settings from command line.
This overrides any environment variables (a message is printed that
clearly says which settings are applied).
Main rationale is that runtest.py is well suited to pass command line
flags but not environment variables.
BUG=236893
R=sky@chromium.org
Review URL: https://codereview.chromium.org/58413003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232869 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/test/test_switches.h')
-rw-r--r-- | base/test/test_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/test/test_switches.h b/base/test/test_switches.h index 330b925..a492058 100644 --- a/base/test/test_switches.h +++ b/base/test/test_switches.h @@ -15,6 +15,8 @@ extern const char kTestLauncherJobs[]; extern const char kTestLauncherOutput[]; extern const char kTestLauncherSummaryOutput[]; extern const char kTestLauncherPrintTestStdio[]; +extern const char kTestLauncherShardIndex[]; +extern const char kTestLauncherTotalShards[]; extern const char kTestLauncherTimeout[]; extern const char kTestTinyTimeout[]; extern const char kUiTestActionTimeout[]; |