Print proper error message in test.sh

This commit is contained in:
2025-10-10 13:10:04 +02:00
parent a0ff050d0e
commit 81c8483689

View File

@@ -265,6 +265,7 @@ for hostname in "${machines[@]}"; do
) )
;; ;;
*) *)
printf "unknown hostname: %s\n" "${hostname}" >&2
exit 1 exit 1
;; ;;
esac esac