diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index eb91df78de1..a6707ef4ac2 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -667312,7 +667312,7 @@ "support" ], "tools/wptrunner/wptrunner/executors/executorservo.py": [ - "49b682c749f897eb234c6bf4bb7ade3ed021dd7b", + "784356bb8b0c2b4e12cf53bb0ba90a9a3ffe39c2", "support" ], "tools/wptrunner/wptrunner/executors/executorservodriver.py": [ diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/executorservo.py b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/executorservo.py index 49b682c749f..784356bb8b0 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/executorservo.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/executorservo.py @@ -122,7 +122,7 @@ class ServoTestharnessExecutor(ProcessTestExecutor): self.proc.wait() else: self.proc.kill() - except KeyboardInterrupt: + except: self.proc.kill() raise