summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-25 17:10:26 +0000
committermichelou <michelou@epfl.ch>2007-07-25 17:10:26 +0000
commita06edbf12ad26742124d9d445d790b80e25c8538 (patch)
tree4244cdc5881f266400aad62caec26208ef396019 /build.xml
parenta21a258fe6f9e4e145f7e9929c7a12d74b730439 (diff)
downloadscala-a06edbf12ad26742124d9d445d790b80e25c8538.tar.gz
scala-a06edbf12ad26742124d9d445d790b80e25c8538.tar.bz2
scala-a06edbf12ad26742124d9d445d790b80e25c8538.zip
minor change (msil)
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>