From 81c8483689a73f6d298f7e763ff784e05d30a07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 10 Oct 2025 13:10:04 +0200 Subject: [PATCH] Print proper error message in test.sh --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 41443a2..bc4171b 100755 --- a/test.sh +++ b/test.sh @@ -265,6 +265,7 @@ for hostname in "${machines[@]}"; do ) ;; *) + printf "unknown hostname: %s\n" "${hostname}" >&2 exit 1 ;; esac