From 25c03e5b46a47357ae1a55846f6892953984ba5b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 21 Jan 2009 17:00:55 +0100 Subject: [PATCH] tests: remove unexpected exit from *_subtest functions Signed-off-by: Karel Zak --- tests/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functions.sh b/tests/functions.sh index 581059d9..b2e17f3c 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 { -- 2.39.5