summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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>