Is it possible to abort running a test suite if one of the tests fails?  In 
my case I'm running the test against multiple packages:

go test github.com/path/...


and if one test fails, it seems to continue on running the rest of the 
tests.  (if this is not the expected behavior, I can provide more details) 

Also, is there any way to get streaming output from tests?


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to