summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-25 17:33:55 +0000
committermichelou <michelou@epfl.ch>2007-07-25 17:33:55 +0000
commit1da3a45955b0da9f5dcc2d1bce76a5175806f1a0 (patch)
treed9228187069ce653ccc15d1cd0c0109850cde6f7
parentb1498443caf00efd93c5aefded120a6632e9a3b0 (diff)
downloadscala-1da3a45955b0da9f5dcc2d1bce76a5175806f1a0.tar.gz
scala-1da3a45955b0da9f5dcc2d1bce76a5175806f1a0.tar.bz2
scala-1da3a45955b0da9f5dcc2d1bce76a5175806f1a0.zip
minor change
-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>