On Jan 13, 2008, at 7:13 PM, Sam Vilain wrote:

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


I don't see how this stops running the test suite upon the first failure, can you explain please?


-------------------------------------------------------
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/  - http://www.eigenstate.net/



Reply via email to