summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-12 19:33:37 +0000
committermichelou <michelou@epfl.ch>2007-04-12 19:33:37 +0000
commitca330cfd2f3e1d6a11284fc39adc5b4f06bc0400 (patch)
tree90b94021057472e7df1cac7bac90255ae4797f9d /test
parenteecb5e5c4cdc96c2ea4e58a0c4b735eeffbee043 (diff)
downloadscala-ca330cfd2f3e1d6a11284fc39adc5b4f06bc0400.tar.gz
scala-ca330cfd2f3e1d6a11284fc39adc5b4f06bc0400.tar.bz2
scala-ca330cfd2f3e1d6a11284fc39adc5b4f06bc0400.zip
rrrh
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index bffc017c02..3325c96fff 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -703,7 +703,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;