Commit 9fdf6765 authored by Sebastien Robin's avatar Sebastien Robin

initalize variable outside the loop otherwise it is always 0

parent 5115764d
......@@ -210,12 +210,12 @@ branch = %(branch)s
retry = False
retry_software_count = 0
same_revision_count = 0
try:
while True:
remote_test_result_needs_cleanup = False
remote_logger = None
remote_logger_thread = None
same_revision_count = 0
try:
# kill processes from previous loop if any
process_manager.killPreviousRun()
......
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