From: Karel Zak Date: Wed, 21 Jan 2009 16:00:55 +0000 (+0100) Subject: tests: remove unexpected exit from *_subtest functions X-Git-Tag: v2.15-rc1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c03e5b46a47357ae1a55846f6892953984ba5b;p=thirdparty%2Futil-linux.git tests: remove unexpected exit from *_subtest functions Signed-off-by: Karel Zak --- diff --git a/tests/functions.sh b/tests/functions.sh index 581059d91e..b2e17f3ca4 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -44,7 +44,6 @@ function ts_failed_subtest { else echo " FAILED ($1)" fi - exit 1 } function ts_failed {