Skip to content

Commit

Permalink
Merge pull request #23 from mbrubeck/patch-1
Browse files Browse the repository at this point in the history
Run Servo with CPU rendering
  • Loading branch information
andreastt committed Sep 24, 2014
2 parents 6782a4c + f7948dd commit 22778cc
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 @@ -25,7 +25,7 @@ def run_test(self, test):
self.result_data = None
self.result_flag = threading.Event()

self.command = [self.binary, "--hard-fail",
self.command = [self.binary, "--cpu", "--hard-fail",
urlparse.urljoin(self.http_server_url, test.url)]

if self.debug_args:
Expand Down

0 comments on commit 22778cc

Please sign in to comment.