Closed jvdsn closed 1 year ago
testruns starts at 00000, so the exit condition must be checked for testruns + 1
Consider the case where TESTS is set to 1. Then testruns would be 0, which is not greater than or equal to 1, so the script wouldn't exit.
Fixed with a slightly different change.
Thanks.
testruns starts at 00000, so the exit condition must be checked for testruns + 1
Consider the case where TESTS is set to 1. Then testruns would be 0, which is not greater than or equal to 1, so the script wouldn't exit.