changeset 82:3418c64c2c0a

one more attempt to fix tests
author Pavel.Sher
date Sat, 10 Oct 2009 01:35:57 +0400
parents da3083345824
children 3049d50a0a85
files build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Fri Oct 09 22:04:43 2009 +0400
+++ b/build.xml	Sat Oct 10 01:35:57 2009 +0400
@@ -44,7 +44,7 @@
     <property name="suspend" value="n"/>
 
     <testng haltonfailure="no" failureProperty="failure_found" listener="org.testng.reporters.TestHTMLReporter"
-            outputdir="${basedir}/test-output" classpathref="tests_classpath" dumpcommand="true">
+            outputdir="${basedir}/test-output" classpathref="tests_classpath" dumpcommand="true" workingDir="${basedir}">
 
       <jvmarg value="-ea"/>
       <!--<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=${suspend},address=5555"/>-->