lf_check.py : adding batch mode introduced bug in interations, iterations should now work

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-06-25 09:05:24 -06:00
committed by shivam
parent 45d30cdf93
commit 5b6d78d3e9

View File

@@ -1373,8 +1373,8 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
for self.iteration in range(self.test_iterations):
self.iteration += 1
# Runs the scripts
self.run_script()
# Runs the scripts
self.run_script()
else:
self.logger.warning(