From f8c3b64e3ff7e83be1add87b1191475ce8138ebb Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 17 Sep 2024 09:54:05 +0200 Subject: [PATCH] fixup! New script to generate reference install nested hosts --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index c9e86bb0..3e144174 100644 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -37,7 +37,7 @@ run_pytest() { case "$ret" in 5) ;; # NO_TESTS_COLLECTED = not a problem *) - FAILURES+=" $conf ($?)" ;; + FAILURES+=" $conf ($ret)" ;; esac fi }