Changeset 223429 in webkit


Ignore:
Timestamp:
Oct 16, 2017 1:27:20 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

run-webkit-tests help text should mention arguments too
https://bugs.webkit.org/show_bug.cgi?id=178352

Patch by Ross Kirsling <Ross Kirsling> on 2017-10-16
Reviewed by Tim Horton.

  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:

(parse_args):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r223427 r223429  
     12017-10-16  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        run-webkit-tests help text should mention arguments too
     4        https://bugs.webkit.org/show_bug.cgi?id=178352
     5
     6        Reviewed by Tim Horton.
     7
     8        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
     9        (parse_args):
     10
    1112017-10-16  Maureen Daum  <mdaum@apple.com>
    212
  • trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

    r223132 r223429  
    344344    ]))
    345345
    346     option_parser = optparse.OptionParser()
     346    option_parser = optparse.OptionParser(usage="%prog [options] [<path>...]")
    347347
    348348    for group_name, group_options in option_group_definitions:
Note: See TracChangeset for help on using the changeset viewer.