From 80f280c545b8faffe8103faa721039d1a26a9996 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 8 Jan 2008 14:56:07 +0000 Subject: inverted logic when setting FLAGS --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index 5d819a2b1c..b0e2048594 100755 --- a/test/scalatest +++ b/test/scalatest @@ -753,8 +753,8 @@ while [ $# -gt 0 ]; do esac; done; -if [ "$JAVA5" = "true" -a "$TEST_TYPE" != "msil" ]; then - FLAGS="$FLAGS -target:jvm-1.5" +if [ "$JAVA5" = "false" -o "$TEST_TYPE" = "msil" ]; then + FLAGS="$FLAGS -target:jvm-1.4"; fi; if [ -z "$ERRORS" ]; then -- cgit v1.2.3