From 12a450b94fe87c138406fbf1653f04833ddff762 Mon Sep 17 00:00:00 2001 From: TheInvincible <139259364+TheInvincibleRalph@users.noreply.github.com> Date: Wed, 21 Aug 2024 05:19:08 +0000 Subject: [PATCH] created an array to capture and display failed tests as summary --- hack/verify-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/verify-all.sh b/hack/verify-all.sh index 0b55902cd1..5e5d515412 100755 --- a/hack/verify-all.sh +++ b/hack/verify-all.sh @@ -90,4 +90,6 @@ else echo -e "\n${color_green}All tests passed successfully.${color_norm}" fi +exit $ret + # ex: ts=2 sw=2 et filetype=sh