Commit c5dcc6f5 authored by Sebastien Robin's avatar Sebastien Robin

erp5testnode: ask wich test has priority to master more often

parent ecd72dc8
...@@ -370,6 +370,8 @@ branch = %(branch)s ...@@ -370,6 +370,8 @@ branch = %(branch)s
time.sleep(20) time.sleep(20)
self.runTestSuite(node_test_suite,portal_url) self.runTestSuite(node_test_suite,portal_url)
test_result.removeWatch(log_file_name) test_result.removeWatch(log_file_name)
# break the loop to get latest priorities from master
break
self.cleanUp(test_result) self.cleanUp(test_result)
except (SubprocessError, CalledProcessError) as e: except (SubprocessError, CalledProcessError) as e:
log("SubprocessError", exc_info=sys.exc_info()) log("SubprocessError", exc_info=sys.exc_info())
......
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