diff --git a/tests/run_tests.py b/tests/run_tests.py index 3550ad7cb..05ec76724 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -509,4 +509,7 @@ for test in tests: print(' '*len(test)+tests[test].msg) return_code = 1 +with open(logfilename) as fh: + print(fh.read()) + sys.exit(return_code)