The best option is to add -fn on the command line. That will cause it to fail at the end and list the modules that failed.
Dan On Monday 08 October 2007, Glen Mazza wrote: > BTW, when I type "mvn test", testing stops after the first error. Is > there a way I can have it continue testing even if there is a failed > test? This way I can gather all problems at once. > > Thanks, > Glen > > Am Dienstag, den 09.10.2007, 00:27 +0000 schrieb [EMAIL PROTECTED]: > > Author: gmazza > > Date: Mon Oct 8 17:27:03 2007 > > New Revision: 583017 > > > > URL: http://svn.apache.org/viewvc?rev=583017&view=rev > > Log: > > Test commit; ignoring one of the tests (does not work with Linux). > > > > Modified: > > > > incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/s > >ecurity/wss4j/RoundTripTest.java > > > > Modified: > > incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/s > >ecurity/wss4j/RoundTripTest.java URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/security/src/ > >test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java?rev=583 > >017&r1=583016&r2=583017&view=diff > > ==================================================================== > >========== --- > > incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/s > >ecurity/wss4j/RoundTripTest.java (original) +++ > > incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/s > >ecurity/wss4j/RoundTripTest.java Mon Oct 8 17:27:03 2007 @@ -100,6 > > +100,7 @@ > > assertEquals("test", echo.echo("test")); > > } > > @Test > > + @Ignore("Seems to randomly hang on Linux") > > public void testUsernameToken() throws Exception { > > String actions = WSHandlerConstants.ENCRYPT + " " + > > WSHandlerConstants.SIGNATURE + " " + WSHandlerConstants.TIMESTAMP + > > " " + WSHandlerConstants.USERNAME_TOKEN; -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
