From 1e29441549732e63835a4fe6f0f1a1125ebd6c21 Mon Sep 17 00:00:00 2001 From: Gaurav Dhingra Date: Wed, 26 Mar 2025 15:21:11 +0530 Subject: [PATCH] exit with non-zero status when validation fails --- tests/pot3d/scripts/pot3d_validation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pot3d/scripts/pot3d_validation.sh b/tests/pot3d/scripts/pot3d_validation.sh index feb9a0a..60fced7 100755 --- a/tests/pot3d/scripts/pot3d_validation.sh +++ b/tests/pot3d/scripts/pot3d_validation.sh @@ -49,6 +49,7 @@ else echo " " echo "RUN1 BP: $bp1" echo "RUN2 BP: $bp2" + exit 1 fi exit 0