Autotest will rerun all tests every time my tests start passing when they were failing. I have a lot of tests, and for reasons I won't go into, rerunning all of them is painfully slow.
How can I make it so autotest will never rerun all tests unless I Ctrl-C?