summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-11-08 13:12:44 +0000
committermichelou <michelou@epfl.ch>2006-11-08 13:12:44 +0000
commit69a0c3e30a38537bd986dfb1b8327807c2d993ce (patch)
treeccfc774b726f9a4d65f0b80199f50a908b81d158 /test/scalatest
parent4fb358b4ae286de7dd30fd3143aeabc689636876 (diff)
downloadscala-69a0c3e30a38537bd986dfb1b8327807c2d993ce.tar.gz
scala-69a0c3e30a38537bd986dfb1b8327807c2d993ce.tar.bz2
scala-69a0c3e30a38537bd986dfb1b8327807c2d993ce.zip
added Ant tests to auto 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;