mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #5901 - Ms2ger:update-wptrunner, r=jgraham
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5901) <!-- Reviewable:end -->
This commit is contained in:
commit
9ff2587685
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ class ServoRefTestExecutor(ProcessTestExecutor):
|
||||||
|
|
||||||
with TempFilename(self.tempdir) as output_path:
|
with TempFilename(self.tempdir) as output_path:
|
||||||
self.command = [self.binary, "--cpu", "--hard-fail", "--exit",
|
self.command = [self.binary, "--cpu", "--hard-fail", "--exit",
|
||||||
"--output=%s" % output_path, full_url]
|
"-Z", "disable-text-aa", "--output=%s" % output_path,
|
||||||
|
full_url]
|
||||||
|
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
env["HOST_FILE"] = self.hosts_path
|
env["HOST_FILE"] = self.hosts_path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue