Skip to content
Snippets Groups Projects
Commit 87d4fe43 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-421: log exception

parent 443d2447
No related branches found
No related tags found
1 merge request!262Resolve TMSS-421
......@@ -32,7 +32,8 @@ from lofar.sas.tmss.test.test_utils import TMSSTestEnvironment
tmss_test_env = TMSSTestEnvironment()
try:
tmss_test_env.start()
except:
except Exception as e:
logger.exception(str(e))
tmss_test_env.stop()
exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment