From c23c52bb6ab197a7bb82f5de59fb8d937ad6df8b Mon Sep 17 00:00:00 2001 From: anikaweinmann Date: Wed, 30 Aug 2023 13:56:07 +0200 Subject: [PATCH] remove return code from message --- tests_with_redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_with_redis.sh b/tests_with_redis.sh index 630c0f7a0..a4a4a1c63 100644 --- a/tests_with_redis.sh +++ b/tests_with_redis.sh @@ -34,7 +34,7 @@ then then run_tests_noauth else - echo "Skipping tests without authentication scince other tests failed with ${INTEGRATIONTEST_RETURN}" + echo "Skipping tests without authentication scince other tests failed" fi elif [ "$1" == "noauth" ] then