From 7701a98e413d0eaec367c1640f99b6158e8c46e0 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 27 Sep 2004 11:49:13 +0000 Subject: - Moved TEST_ALL assignment before return state... - Moved TEST_ALL assignment before return statement --- sources/bin/.scala_wrapper.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/bin/.scala_wrapper.tmpl') diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl index 1fa1b70dfd..f846aebd10 100644 --- a/sources/bin/.scala_wrapper.tmpl +++ b/sources/bin/.scala_wrapper.tmpl @@ -848,6 +848,7 @@ test_add_file() { abort "don't know what to do with '$1'"; fi;; esac; + TEST_ALL="false"; case "$TEST_TYPE" in auto ) ;; run ) FILES_RUN="$FILES_RUN $1"; return;; @@ -873,7 +874,6 @@ test_add_file() { msil | */msil | */msil/* | msil/* ) FILES_MSIL="$FILES_MSIL $1";; * ) abort "don't known what to do with \`$1'";; esac; - TEST_ALL="false"; } # Implements "scalatest ...". -- cgit v1.2.3