If I set tests.iter=X, then the test runs X times, even if an instance of the test already failed. Would you mind if I change LTC to stop iterating if a test instance failed? The fix is minor -- add 'if (testsFailed) break;' to LTC.runChild().
Shai
If I set tests.iter=X, then the test runs X times, even if an instance of the test already failed. Would you mind if I change LTC to stop iterating if a test instance failed? The fix is minor -- add 'if (testsFailed) break;' to LTC.runChild().
Shai