Skip to content

Commit

Permalink
Merge pull request #68 from w3c/ref-z
Browse files Browse the repository at this point in the history
Don't run Servo reftests headless.
  • Loading branch information
andreastt committed Jan 14, 2015
2 parents 2e8548f + 84c8089 commit bd5ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/executors/executorservo.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def run_test(self, test):
full_url = urlparse.urljoin(self.http_server_url, url)

with TempFilename(self.tempdir) as output_path:
self.command = [self.binary, "--cpu", "--hard-fail", "-z", "--exit",
self.command = [self.binary, "--cpu", "--hard-fail", "--exit",
"--output=%s" % output_path, full_url]

timeout = test.timeout * self.timeout_multiplier
Expand Down

0 comments on commit bd5ceeb

Please sign in to comment.