Commit 8a3987fa authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: SR can be run even if build paramter is False

parent e7953362
......@@ -829,6 +829,7 @@ def runSlapgridUntilSuccess(config, step):
else:
return -1
counter = max_tries
slapgrid = True
# XXX-Nico runSoftwareWithLock can return 0 or False (0==False)
while counter > 0:
counter -= 1
......
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