diff --git a/mesonbuild/mtest.py b/mesonbuild/mtest.py index 61ab3ddc4..95e532c51 100644 --- a/mesonbuild/mtest.py +++ b/mesonbuild/mtest.py @@ -265,9 +265,6 @@ class TestHarness: except KeyboardInterrupt: mlog.warning("CTRL-C detected while running %s" % (test.name)) kill_test = True - except: - mlog.warning("Unknown error while running %s" % (test.name)) - kill_test = True if kill_test or timed_out: # Python does not provide multiplatform support for