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
Branches
Tags
No related merge requests found
......@@ -361,5 +361,6 @@ try:
sys.exit(1)
except:
traceback.print_exc()
raise
finally:
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