summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-11-08 17:31:24 +0000
committermichelou <michelou@epfl.ch>2006-11-08 17:31:24 +0000
commit939774370edfca1b44e21243b4fbfee55fa17b5e (patch)
tree088abd77dc196a5e4ac571d9b1291097b605a7bd /test
parentc8b7f16b101b2281f31cb1744bbe15aefc44278c (diff)
downloadscala-939774370edfca1b44e21243b4fbfee55fa17b5e.tar.gz
scala-939774370edfca1b44e21243b4fbfee55fa17b5e.tar.bz2
scala-939774370edfca1b44e21243b4fbfee55fa17b5e.zip
removed Ant tests from auto mode until path pro...
removed Ant tests from auto mode until path problem solved
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 4f08df7973..515b2df871 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
- auto | ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
+ ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
esac;
fi;