Print

Print


Author: [log in to unmask]
Date: Thu Oct 23 11:57:22 2014
New Revision: 1283

Log:
For test release send output of integration tests to log files instead of console.  (You don't want this change either.)

Modified:
    java/trunk/integration-tests/pom.xml

Modified: java/trunk/integration-tests/pom.xml
 =============================================================================
--- java/trunk/integration-tests/pom.xml	(original)
+++ java/trunk/integration-tests/pom.xml	Thu Oct 23 11:57:22 2014
@@ -30,9 +30,7 @@
                         <exclude>org/hps/EtSystemTest.java</exclude>
                         <exclude>org/hps/DataQualityMonitorTest.java</exclude>
                     </excludes>
-                    <!--
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                    -->
                     <trimStackTrace>true</trimStackTrace>
                 </configuration>
             </plugin>