Skip to content
Snippets Groups Projects
Commit e368d8f5 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6247 from jtattermusch/benchmark_fail_on_scenario_failure

Actually fail on benchmark scenario failure.
parents 882f5f9f b688db08
No related branches found
No related tags found
No related merge requests found
...@@ -361,5 +361,6 @@ try: ...@@ -361,5 +361,6 @@ try:
sys.exit(1) sys.exit(1)
except: except:
traceback.print_exc() traceback.print_exc()
raise
finally: finally:
finish_qps_workers(qpsworker_jobs) finish_qps_workers(qpsworker_jobs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment