From 09f607f223536008b9637464331d5ea98d252d87 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Dec 2022 21:45:58 +0000 Subject: [PATCH] test/common: Be more paranoid about exit status Signed-off-by: Ian Jackson --- test/common | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.30.2