Author: brett
Date: Tue Mar 2 23:14:34 2010
New Revision: 918251
URL: http://svn.apache.org/viewvc?rev=918251&view=rev
Log:
show test results as they progress
Modified:
continuum/trunk/continuum-webapp-test/pom.xml
Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=918251&r1=918250&r2=918251&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Tue Mar 2 23:14:34 2010
@@ -70,6 +70,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <!-- Better to be able to see the results output from the listener as we go
-->
+ <redirectTestOutputToFile>false</redirectTestOutputToFile>
<suiteXmlFiles>
<suiteXmlFile>src/test/testng/config/testng.xml</suiteXmlFile>
</suiteXmlFiles>
|