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 515b2df871..4f08df7973 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -652,7 +652,7 @@ if [ "$TEST_ALL" = "true" ]; then
auto | script ) FILES_SCRIPT="$FILES_SCRIPT $SRCDIR/script";;
esac;
case "$TEST_TYPE" in
- ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
+ auto | ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
esac;
fi;