summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-25 16:01:32 +0000
committermichelou <michelou@epfl.ch>2007-07-25 16:01:32 +0000
commita21a258fe6f9e4e145f7e9929c7a12d74b730439 (patch)
tree2faafd9788ae8a20475ea22723c5e41c2753080c /build.xml
parentc89a1811dfc85a4f88d33666175075b2aadd7c7f (diff)
downloadscala-a21a258fe6f9e4e145f7e9929c7a12d74b730439.tar.gz
scala-a21a258fe6f9e4e145f7e9929c7a12d74b730439.tar.bz2
scala-a21a258fe6f9e4e145f7e9929c7a12d74b730439.zip
minor change
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1c3496da0f..911e58bde4 100644
--- a/build.xml
+++ b/build.xml
@@ -1450,7 +1450,7 @@ GENERATES A DISTRIBUTION
</target>
<target name="hudson" depends="build">
- <exec executable="scalatest" dir="test" vmlauncher="no">
+ <exec executable="test/scalatest" vmlauncher="no">
<arg value="--quick"/>
</exec>
</target>