From 08c1cc3607beaf9a817d05a1b0ad49146337c2d9 Mon Sep 17 00:00:00 2001 From: FlamingSaint Date: Tue, 16 Jul 2024 23:00:27 +0530 Subject: [PATCH] Add better logs Signed-off-by: FlamingSaint --- scripts/spm-integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spm-integration-test.sh b/scripts/spm-integration-test.sh index 5d3da930c91..366a1b996a3 100755 --- a/scripts/spm-integration-test.sh +++ b/scripts/spm-integration-test.sh @@ -72,7 +72,7 @@ validate_service_metrics() { fi if [[ $threshold -eq 0 ]]; then - echo "❌ ERROR: Zero values above threshold limit not expected" + echo "❌ ERROR: Zero values crossing threshold limit not expected (Threshold limit - '$threshold')" return 1 fi done