mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update wptrunner.
This commit is contained in:
parent
738f006afe
commit
0c85a84059
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