diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 4f4201885bc..ac70aee373d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -208,6 +208,7 @@ class MachCommands(CommandBase): return not subprocess.call([ "bash", path.join("tests", "wpt", "run.sh"), + "--no-pause-after-test", "--include", "infrastructure/failing-test.html" ], env=self.build_env()) |