diff options
Diffstat (limited to 'Tools/Scripts/old-run-webkit-tests')
-rwxr-xr-x | Tools/Scripts/old-run-webkit-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/old-run-webkit-tests b/Tools/Scripts/old-run-webkit-tests index a7908298b..5b308ab03 100755 --- a/Tools/Scripts/old-run-webkit-tests +++ b/Tools/Scripts/old-run-webkit-tests @@ -281,7 +281,7 @@ Usage: $programName [options] [testdir|testpath ...] --complex-text Use the complex text code path for all text (Mac OS X and Windows only) -c|--configuration config Set DumpRenderTree build configuration --gc-between-tests Force garbage collection between each test - -g|--guard-malloc Enable malloc guard + -g|--guard-malloc Enable Guard Malloc --exit-after-n-failures N Exit after the first N failures (includes crashes) instead of running all tests --exit-after-n-crashes-or-timeouts N Exit after the first N crashes instead of running all tests |