Matisse Enzer wrote: >> Ok, why do you want to stop it as fast as possible when a failure >> occurs? > So I can more quickly focus on fixing that first test failure.
I use make test 2>&1 | less Works for individual tests too make && perl -Mblib t/testname.t 2>&1 | less Sam.