diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-02-28 00:53:35 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-03-17 22:02:43 +0100 |
commit | a8553c36064f336fb3e2b0ab4e62a19ced8561f6 (patch) | |
tree | 6d723eede4aaf08db5544fa1ae41bd2b0afe43fb /python | |
parent | 203240c1d82b780ce49261d8b47e6cbe6af50950 (diff) | |
download | servo-a8553c36064f336fb3e2b0ab4e62a19ced8561f6.tar.gz servo-a8553c36064f336fb3e2b0ab4e62a19ced8561f6.zip |
Update web-platform-tests.
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()) |