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 df65658 commit 710a4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/wptrunner/wptrunner/wptrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def run_tests(config, test_paths, product, **kwargs):
def check_stability(**kwargs):
import stability
if kwargs["stability"]:
logger.warning("--stability is deprecated; please use --verify instead!")
kwargs['verify_max_time'] = None
kwargs['verify_chaos_mode'] = False
kwargs['verify_repeat_loop'] = 0
Expand Down

0 comments on commit 710a4cb

Please sign in to comment.