summaryrefslogtreecommitdiff
path: root/hudson.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hudson.xml')
-rw-r--r--hudson.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hudson.xml b/hudson.xml
index f80c84a031..7acb6cda23 100644
--- a/hudson.xml
+++ b/hudson.xml
@@ -12,7 +12,7 @@
<target name="test_pos" depends="build">
<exec executable="test/scalatest" vmlauncher="no">
- <arg value="--quick --pos"/>
+ <arg line="--quick --pos"/>
</exec>
</target>