[weld-commits] Weld SVN: r5721 - core/trunk/jboss-tck-runner.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 4 03:19:12 EST 2010


Author: mgencur at redhat.com
Date: 2010-02-04 03:19:11 -0500 (Thu, 04 Feb 2010)
New Revision: 5721

Modified:
   core/trunk/jboss-tck-runner/pom.xml
Log:
changed java.io.tmpdir for TCK tests

Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml	2010-02-04 06:10:55 UTC (rev 5720)
+++ core/trunk/jboss-tck-runner/pom.xml	2010-02-04 08:19:11 UTC (rev 5721)
@@ -235,6 +235,10 @@
                         <suiteXmlFile>src/test/resources/tck-tests.xml</suiteXmlFile>
                      </suiteXmlFiles>
                      <systemProperties>
+								<property>
+									<name>java.io.tmpdir</name>
+									<value>${project.build.outputDirectory}</value>
+								</property>
                         <property>
                            <name>org.jboss.testharness.standalone</name>
                            <value>false</value>



More information about the weld-commits mailing list