diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 04:46:35 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 04:46:35 +0000 |
commit | 4013dfb072e3a9f901741e603aa273b6898c8011 (patch) | |
tree | d819bd48112fbdf009c5018612f7e8f4b5bf87ec /webkit | |
parent | fab194c0a29d3b19d12f198fde00647455644398 (diff) | |
download | chromium_src-4013dfb072e3a9f901741e603aa273b6898c8011.zip chromium_src-4013dfb072e3a9f901741e603aa273b6898c8011.tar.gz chromium_src-4013dfb072e3a9f901741e603aa273b6898c8011.tar.bz2 |
Add new args in preparation of added ways to generate
reports (flakyness, failures) from the buildbot.
Review URL: http://codereview.chromium.org/165343
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index dbb79c0..730a9b0 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -1197,6 +1197,13 @@ if '__main__' == __name__: default=None, help=("Run a the tests in batches (n), after every " "n tests, the test shell is relaunched.")) + option_parser.add_option("", "--builder-name", + default=None, + help="The name of the builder running this script.") + option_parser.add_option("", "--build-number", + default=None, + help=("The build number of the builder running" + "this script.")) option_parser.add_option("", "--find-baselines", action="store_true", default=False, help="Prints a table mapping tests to their " |