Revision: 5925
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5925&view=rev
Author: manningr
Date: 2010-10-17 17:10:15 +0000 (Sun, 17 Oct 2010)
Log Message:
-----------
Write test output to target/surefire-reports/<testname>-output.txt
Modified Paths:
--------------
trunk/sql12/app/pom.xml
Modified: trunk/sql12/app/pom.xml
===================================================================
--- trunk/sql12/app/pom.xml 2010-10-16 17:48:10 UTC (rev 5924)
+++ trunk/sql12/app/pom.xml 2010-10-17 17:10:15 UTC (rev 5925)
@@ -156,6 +156,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin-version}</version>
<configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
<excludes>
<exclude>**/ApplicationArgumentsTest.java</exclude>
</excludes>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|