We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7ee91 commit 8d0877bCopy full SHA for 8d0877b
1 file changed
utest/run.py
@@ -39,7 +39,8 @@ def run_unit_tests(reporter, reporter_args, suite, verbose):
39
py_args.insert(1, f"--approvaltests-add-reporter-args={reporter_args}")
40
try:
41
result = py_main(py_args)
42
- except Exception:
+ except Exception as error:
43
+ print(f"Suppressed error: {error}")
44
result = 254
45
finally:
46
sys.path.pop(0)
0 commit comments