aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-02-28 00:53:35 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-17 22:02:43 +0100
commita8553c36064f336fb3e2b0ab4e62a19ced8561f6 (patch)
tree6d723eede4aaf08db5544fa1ae41bd2b0afe43fb /python/servo/testing_commands.py
parent203240c1d82b780ce49261d8b47e6cbe6af50950 (diff)
downloadservo-a8553c36064f336fb3e2b0ab4e62a19ced8561f6.tar.gz
servo-a8553c36064f336fb3e2b0ab4e62a19ced8561f6.zip
Update web-platform-tests.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py1
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())