Skip to content

Commit

Permalink
Merge pull request #80 from w3c/executorservo
Browse files Browse the repository at this point in the history
Return the result from ServoTestharnessExecutor.do_test.
  • Loading branch information
jgraham committed Mar 4, 2015
2 parents 47eb942 + dff7bfe commit c62f363
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 @@ -68,7 +68,7 @@ def do_test(self, test):
else:
self.proc.kill()
result = (test.result_cls("TIMEOUT", None), [])
self.runner.send_message("test_ended", test, result)
return result

def on_output(self, line):
prefix = "ALERT: RESULT: "
Expand Down

0 comments on commit c62f363

Please sign in to comment.