summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-21 08:36:01 +0000
committermichelou <michelou@epfl.ch>2006-10-21 08:36:01 +0000
commit52a66ee1f757cc4b23f3e476e9039f9769b24da6 (patch)
tree1509120f984aadd6800186ebcebdf156b17a0d3d /test/scalatest
parent615d92649f8aa0ee86f439cd0d2d67dc1afff172 (diff)
downloadscala-52a66ee1f757cc4b23f3e476e9039f9769b24da6.tar.gz
scala-52a66ee1f757cc4b23f3e476e9039f9769b24da6.tar.bz2
scala-52a66ee1f757cc4b23f3e476e9039f9769b24da6.zip
improved ant test in test/scalatest
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 2382905705..e5cf16693c 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -286,7 +286,7 @@ test_run_ant() {
testname=`basename "$srcbase"`;
buildfile=`get_os_filename "$srcdir/$testname-build.xml"`;
rm -rf "$dstbase".obj &&
- $ANT -f "$buildfile" -Dbinary "$BINARY" -D=output.dir "$os_dstbase".obj &&
+ $ANT -f "$buildfile" -Dbinary="$BINARY" -Dbuild.dir="$os_dstbase".obj &&
rm -rf "$dstbase".obj;
}