From: Ian Jackson Date: Wed, 14 Dec 2022 21:45:58 +0000 (+0000) Subject: test/common: Be more paranoid about exit status X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=09f607f223536008b9637464331d5ea98d252d87;p=hippotat.git test/common: Be more paranoid about exit status Signed-off-by: Ian Jackson --- diff --git a/test/common b/test/common index f712514..4a09e8c 100644 --- a/test/common +++ b/test/common @@ -31,6 +31,7 @@ test-prep () { rc=$? shutdown if [ $rc = 0 ]; then echo "OK $tname"; fi + exit $rc ' 0 }