Skip to content

Commit

Permalink
Return the result from ServoTestharnessExecutor.do_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Mar 4, 2015
1 parent 47eb942 commit dff7bfe
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 dff7bfe

Please sign in to comment.