You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/07 12:18:37 UTC

svn commit: r1211408 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java

Author: brett
Date: Wed Dec  7 12:18:37 2011
New Revision: 1211408

URL: http://svn.apache.org/viewvc?rev=1211408&view=rev
Log:
turn off debugging

Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java?rev=1211408&r1=1211407&r2=1211408&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Wed Dec  7 12:18:37 2011
@@ -422,7 +422,7 @@ public abstract class AbstractNPandayInt
 
             StreamConsumer err = new WriterStreamConsumer( logWriter );
 
-            System.err.println( "Command: " + Commandline.toString( cli.getCommandline() ) );
+//            System.err.println( "Command: " + Commandline.toString( cli.getCommandline() ) );
 
             int ret = CommandLineUtils.executeCommandLine( cli, out, err );