Added explicit root directory for junit thread.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sat, 22 Feb 2003 23:06:37 +0000 (23:06 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sat, 22 Feb 2003 23:06:37 +0000 (23:06 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@501 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index 4881c7e..3749615 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <!-- Run automated tests on compiled code -->
     <target name="test-all" depends="test-origin, test-wayf" />
     <target name="test-origin" depends="test-common">
-        <junit printsummary="no" fork="yes" haltonfailure="yes" haltonerror="yes">
+        <junit printsummary="no" fork="yes" haltonfailure="yes" haltonerror="yes" dir="${root}">
             <classpath refid="build.path" />
             <formatter type="plain" />
             <test name="edu.internet2.middleware.shibboleth.aa.arp.ArpTests" />