anonymous wrote : I'd recommend applying the change consistently across all test
suites
I'm not sure if we should do that... a failing unit-test will abort the build...
When you run all-tests, you want the entire testsuite to run, even if you have a failure
on an integration test for example. Applying the same logic would cancel the build. We
talked about that when I first committed this.
We could of course change it to just show a "Build Failed" at the end, but
that's not an easy thing to do with ant due to how the variables work on ant. (each
ant-target call will initialize a new method.. you won't have a global variable where
you could change).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171349#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...