aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-21 08:53:45 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-21 08:53:45 -0700
commitb688db087a6840a2a216fae62cfe544738af2f40 (patch)
tree49bb8fd2765bf65e8e195fb1937e1c53fa72a3fa
parent882f5f9f5f5cd52f38d7ff2d6b9967228dfae745 (diff)
actually fail on failure
-rwxr-xr-xtools/run_tests/run_performance_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index cf68b6eaf8..ada341abf5 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -361,5 +361,6 @@ try:
sys.exit(1)
except:
traceback.print_exc()
+ raise
finally:
finish_qps_workers(qpsworker_jobs)