Author: [email protected]
Date: Wed Jun 17 08:33:38 2009
New Revision: 5573

Modified:
    trunk/common.ant.xml

Log:
Isolating <junit> temporary files, so parallel tests shouldn't complete.

Review by: zundel


Modified: trunk/common.ant.xml
==============================================================================
--- trunk/common.ant.xml        (original)
+++ trunk/common.ant.xml        Wed Jun 17 08:33:38 2009
@@ -178,7 +178,8 @@
        <mkdir dir="@{test.reports}" />

        <echo message="${javac.out} ${javac.junit.out}" />
-      <junit dir="@{test.out}" fork="yes" printsummary="yes"  
failureproperty="junit.failure" >
+      <junit dir="@{test.out}" fork="yes" printsummary="yes"
+             failureproperty="junit.failure" tempdir="@{test.out}" >
          <jvmarg line="${junit.platform.args}" />
          <jvmarg line="-Xmx768m" />
          <sysproperty key="gwt.args" value="${junit.notheadless.arg}  
@{test.args}" />

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to