aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Doolittle <rdoolittle@gmail.com>2018-01-30 10:17:45 -0800
committerRobert Doolittle <rdoolittle@gmail.com>2018-01-30 10:17:45 -0800
commit9b27f070026460d07d7b5c0691390c5a4396d09e (patch)
treedfbc146ee38b436f6895a8ae4f54dfabbdfb210c
parent60cfb87e69502a6083ce46f15edf46c27a2e92ba (diff)
downloadmeson-9b27f070026460d07d7b5c0691390c5a4396d09e.zip
meson-9b27f070026460d07d7b5c0691390c5a4396d09e.tar.gz
meson-9b27f070026460d07d7b5c0691390c5a4396d09e.tar.bz2
don't use bare except
-rw-r--r--mesonbuild/mtest.py3
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