Author: jkuhnert
Date: Sat Mar 17 11:24:33 2007
New Revision: 519390
URL: http://svn.apache.org/viewvc?view=rev&rev=519390
Log:
Took System.out out.
Modified:
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/src/main/java/org/apache/maven/surefire/booter/SurefireBooter.java
Modified:
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/src/main/java/org/apache/maven/surefire/booter/SurefireBooter.java
URL:
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/src/main/java/org/apache/maven/surefire/booter/SurefireBooter.java?view=diff&rev=519390&r1=519389&r2=519390
==============================================================================
---
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/src/main/java/org/apache/maven/surefire/booter/SurefireBooter.java
(original)
+++
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/src/main/java/org/apache/maven/surefire/booter/SurefireBooter.java
Sat Mar 17 11:24:33 2007
@@ -289,7 +289,7 @@
Boolean result = (Boolean) run.invoke( surefire, new
Object[]{reports, testSuites, surefireClassLoader,
testsClassLoader} );
-System.out.println("Surefirebooter finished");
+
return result.booleanValue();
}
catch ( InvocationTargetException e )