diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-17 15:24:49 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-17 15:24:49 -0600 |
commit | ff39ae6cb14405360efa171b337b1ae5c414ed0e (patch) | |
tree | 554344852603ce98df2cbb00c9494af79c7066d1 /python/servo | |
parent | 29b158e9853f5c135bf853101ee74c5618491655 (diff) | |
parent | a8553c36064f336fb3e2b0ab4e62a19ced8561f6 (diff) | |
download | servo-ff39ae6cb14405360efa171b337b1ae5c414ed0e.tar.gz servo-ff39ae6cb14405360efa171b337b1ae5c414ed0e.zip |
auto merge of #5146 : Ms2ger/servo/wpt_20150304, r=jgraham,Manishearth
Diffstat (limited to 'python/servo')
-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()) |