Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Don't run Servo reftests headless.
Browse files Browse the repository at this point in the history
This simply causes them to time out.
  • Loading branch information
Ms2ger committed Jan 14, 2015
1 parent 2e8548f commit 84c8089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/executors/executorservo.py
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 84c8089

Please sign in to comment.