mirror of
https://github.com/servo/servo.git
synced 2025-07-11 09:23:40 +01:00
Kill test processes whenever any error occurs
This commit is contained in:
parent
524bd722ef
commit
c1738b37c6
2 changed files with 2 additions and 2 deletions
|
@ -667312,7 +667312,7 @@
|
|||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/executors/executorservo.py": [
|
||||
"49b682c749f897eb234c6bf4bb7ade3ed021dd7b",
|
||||
"784356bb8b0c2b4e12cf53bb0ba90a9a3ffe39c2",
|
||||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/executors/executorservodriver.py": [
|
||||
|
|
|
@ -122,7 +122,7 @@ class ServoTestharnessExecutor(ProcessTestExecutor):
|
|||
self.proc.wait()
|
||||
else:
|
||||
self.proc.kill()
|
||||
except KeyboardInterrupt:
|
||||
except:
|
||||
self.proc.kill()
|
||||
raise
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue