diff options
-rw-r--r-- | mesonbuild/mtest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mesonbuild/mtest.py b/mesonbuild/mtest.py index 61ab3dd..95e532c 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 |