diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index cbe31b6d017753678dbb7a8999eb1ed8d8992ebb..06b8777e38276e6ab9fe68c745f69c007498ff45 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -407,8 +407,8 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),)) if error: test_result_proxy.fail() raise error - else: - test_result_proxy.stop() + #else: + #test_result_proxy.stop() return {'status_code' : 0}