Commit 31ba8109 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: fix typo

parent 9e3beffb
...@@ -363,7 +363,7 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),)) ...@@ -363,7 +363,7 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),))
break; break;
# TODO: use only isAlive() and change test_result workflow on ERP5 Master side for the scalability case # TODO: use only isAlive() and change test_result workflow on ERP5 Master side for the scalability case
sel)f.log("Test for count : %d is in a running state." %count) self.log("Test for count : %d is in a running state." %count)
while test_result_line_proxy.isRunning() and test_result_proxy.isAlive(): while test_result_line_proxy.isRunning() and test_result_proxy.isAlive():
time.sleep(15) time.sleep(15)
pass pass
......
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