From a8553c36064f336fb3e2b0ab4e62a19ced8561f6 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 28 Feb 2015 00:53:35 +0100 Subject: Update web-platform-tests. --- python/servo/testing_commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/servo/testing_commands.py') 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()) -- cgit v1.2.3