[seam-commits] Seam SVN: r8230 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 20 09:49:08 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-05-20 09:49:08 -0400 (Tue, 20 May 2008)
New Revision: 8230
Modified:
trunk/build.xml
Log:
JBSEAM-3009
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-05-20 10:21:03 UTC (rev 8229)
+++ trunk/build.xml 2008-05-20 13:49:08 UTC (rev 8230)
@@ -665,7 +665,7 @@
<target name="unittest" depends="inittestcore,compiletest,getemma" description="Run the Unit tests">
<taskdef resource="testngtasks" classpathref="test.core.path" />
- <testng>
+ <testng outputdir="${test.dir}">
<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
<jvmarg line="-Djava.awt.headless=true" />
<classpath>
More information about the seam-commits
mailing list