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 911e58bde4..a3c5862517 100644
--- a/build.xml
+++ b/build.xml
@@ -1451,7 +1451,7 @@ GENERATES A DISTRIBUTION
<target name="hudson" depends="build">
<exec executable="test/scalatest" vmlauncher="no">
- <arg value="--quick"/>
+ <arg value="--quick --pos"/>
</exec>
</target>