| Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index c7000119e65666f6c0f44e92db5948f51b76b1ce..86fc2f6c784c4b71ac0f7dc4f52e0e1a24e2d6e0 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -219,9 +219,8 @@ def parse_args(args):
|
| "running. (Example: --wrapper='valgrind --smc-check=all')"),
|
| optparse.make_option("-i", "--ignore-tests", action="append", default=[],
|
| help="directories or test to ignore (may specify multiple times)"),
|
| - optparse.make_option("--ignore-flaky-tests", action="store", default="default",
|
| + optparse.make_option("--ignore-flaky-tests", action="store",
|
| help=("Control whether tests that are flaky on the bots get ignored."
|
| - "'default' == Don't use the bot data."
|
| "'very-flaky' == Ignore any tests that flaked more than once on the bot."
|
| "'maybe-flaky' == Ignore any tests that flaked once on the bot.")),
|
| optparse.make_option("--test-list", action="append",
|
|
|