servo: Merge #5146 - Update web-platform-tests (from Ms2ger:wpt_20150304); r=jgraham,Manishearth

Source-Repo: https://github.com/servo/servo
Source-Revision: ff39ae6cb14405360efa171b337b1ae5c414ed0e
This commit is contained in:
Ms2ger 2015-03-17 15:24:49 -06:00
parent ceedbfed06
commit 58bd5f94bd

View File

@ -208,6 +208,7 @@ class MachCommands(CommandBase):
return not subprocess.call([ return not subprocess.call([
"bash", "bash",
path.join("tests", "wpt", "run.sh"), path.join("tests", "wpt", "run.sh"),
"--no-pause-after-test",
"--include", "--include",
"infrastructure/failing-test.html" "infrastructure/failing-test.html"
], env=self.build_env()) ], env=self.build_env())