You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/05/09 09:09:20 UTC

svn commit: r654702 - /geronimo/server/trunk/testsuite/pom.xml

Author: jdillon
Date: Fri May  9 00:09:20 2008
New Revision: 654702

URL: http://svn.apache.org/viewvc?rev=654702&view=rev
Log:
Do not ignore failures, this is causing some problems with the testsuite to go unnoticed

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=654702&r1=654701&r2=654702&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Fri May  9 00:09:20 2008
@@ -152,7 +152,6 @@
                                 <goal>test</goal>
                             </goals>
                             <configuration>
-                                <testFailureIgnore>true</testFailureIgnore>
                                 <skip>false</skip>
                             </configuration>
                         </execution>