From 69a0c3e30a38537bd986dfb1b8327807c2d993ce Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 8 Nov 2006 13:12:44 +0000 Subject: added Ant tests to auto mode --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest') 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; -- cgit v1.2.3