Skip to content

Commit

Permalink
fixup! Fix #10921: make --stability use the same code as --verify
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed May 28, 2018
1 parent f414e18 commit df65658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/wptcommandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def create_parser(product_choices=None):
help="Run a stability check on the selected tests")
stability_group.add_argument("--stability", action="store_true",
default=False,
help="(DEPRECATED) Run a basic stability check on the selected tests")
help=argparse.SUPPRESS)
mode_group.add_argument("--verify-log-full", action="store_true",
default=False,
help="Output per-iteration test results when running verify")
Expand Down

0 comments on commit df65658

Please sign in to comment.