summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
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;
}