Hi Ole, When I run parametrized tests and the failure rate exceeds a certain threshold, I need to kill the remaining running tests and abort with non zero and without starting new tests.
GNU Parallel supports --halt with a positive percentage, I was thinking it could support this feature when a negative percentage. Does that sound good? I will attempt to change the code to do this, but so far you have beaten me to the punch each time :-) Thanks a million, Martin