Commit c43f39e2 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: ScalabilityTestRunner: remove test_result.stop()

parent ed1cf7a9
...@@ -407,8 +407,8 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),)) ...@@ -407,8 +407,8 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),))
if error: if error:
test_result_proxy.fail() test_result_proxy.fail()
raise error raise error
else: #else:
test_result_proxy.stop() #test_result_proxy.stop()
return {'status_code' : 0} return {'status_code' : 0}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment