aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interop_tests.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-30 22:44:09 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-30 22:47:35 +0200
commitcf12e451ff67f01878537db732f0550d978ee55a (patch)
tree7503195f0f6b1869dbb689535e2cd19ce80bc7aa /tools/run_tests/run_interop_tests.py
parent1e80f2a4b1ca41e77814306d4f0cf09d45641640 (diff)
run_interop_tests.py: make sure to fail on exception
Diffstat (limited to 'tools/run_tests/run_interop_tests.py')
-rwxr-xr-xtools/run_tests/run_interop_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 22055d58e8..e3356cda91 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -1519,9 +1519,6 @@ try:
sys.exit(1)
else:
sys.exit(0)
-except Exception as e:
- print('exception occurred:')
- traceback.print_exc(file=sys.stdout)
finally:
# Check if servers are still running.
for server, job in server_jobs.items():