How can I tell autotest to not rerun all tests unless I explicitly tell it to?
Posted
by Blaine LaFreniere
on Stack Overflow
See other posts from Stack Overflow
or by Blaine LaFreniere
Published on 2010-04-09T21:22:27Z
Indexed on
2010/04/09
21:53 UTC
Read the original article
Hit count: 385
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?
© Stack Overflow or respective owner