mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -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