From f865bf21fd3edac080749a746e50e35855aa442f Mon Sep 17 00:00:00 2001 From: Ole Schwen Date: Tue, 24 Mar 2026 13:13:15 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20=E2=9D=8C=20being=20printed=20for=20one?= =?UTF-8?q?=20successful=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runIntegrationTests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runIntegrationTests.sh b/runIntegrationTests.sh index 3168bd05..5c727e10 100755 --- a/runIntegrationTests.sh +++ b/runIntegrationTests.sh @@ -278,10 +278,10 @@ run_data_access_preflight_check () { fi if grep -q "ID_0" "$CONSOLE_OUTPUT" ; then - echo "✅ Unexpected output of data access preflight check without logging dataset details found" + echo "❌ Unexpected output of data access preflight check without logging dataset details found" exit 1 else - echo "❌ Output of data access preflight check contains no unexpected UIDs." + echo "✅ Output of data access preflight check contains no unexpected UIDs." fi cd "$CWD"