Changeset 47175 in webkit


Ignore:
Timestamp:
Aug 12, 2009 7:18:35 PM (15 years ago)
Author:
ddkilzer@apple.com
Message:

run-webkit-tests: document --nthly flag in help message

Reviewed by Simon Fraser.

  • Scripts/run-webkit-tests: Added --nthly flag to $usage string.
Also noted that -1singly implies --nthly 1.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r47167 r47175  
     12009-08-12  David Kilzer  <ddkilzer@apple.com>
     2
     3        run-webkit-tests: document --nthly flag in help message
     4
     5        Reviewed by Simon Fraser.
     6
     7        * Scripts/run-webkit-tests: Added --nthly flag to $usage string.
     8        Also noted that -1|--singly implies --nthly 1.
     9
    1102009-08-12  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebKitTools/Scripts/run-webkit-tests

    r47166 r47175  
    202202  -l|--leaks                      Enable leaks checking
    203203  --[no-]new-test-results         Generate results for new tests
     204  --nthly n                       Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
    204205  -p|--pixel-tests                Enable pixel tests
    205206  --tolerance t                   Ignore image differences less than this percentage (default: $tolerance)
     
    213214  --root                          Path to root tools build
    214215  --[no-]sample-on-timeout        Run sample on timeout (default: $sampleDefault) (Mac OS X only)
    215   -1|--singly                     Isolate each test case run (implies --verbose)
     216  -1|--singly                     Isolate each test case run (implies --nthly 1 --verbose)
    216217  --skipped=[default|ignore|only] Specifies how to treat the Skipped file
    217218                                     default: Tests/directories listed in the Skipped file are not tested
Note: See TracChangeset for help on using the changeset viewer.