From: <man...@us...> - 2011-11-26 18:30:30
|
Revision: 6546 http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6546&view=rev Author: manningr Date: 2011-11-26 18:30:24 +0000 (Sat, 26 Nov 2011) Log Message: ----------- Always fork tests to avoid running out of perm gen space. Modified Paths: -------------- trunk/sql12/squirrelsql-integration-environment/pom.xml Modified: trunk/sql12/squirrelsql-integration-environment/pom.xml =================================================================== --- trunk/sql12/squirrelsql-integration-environment/pom.xml 2011-11-26 16:19:06 UTC (rev 6545) +++ trunk/sql12/squirrelsql-integration-environment/pom.xml 2011-11-26 18:30:24 UTC (rev 6546) @@ -258,6 +258,7 @@ <excludes> <exclude>**/DialectExternalTest.java</exclude> </excludes> + <forkMode>always</forkMode> </configuration> </execution> </executions> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |