From ddef27d79c20b59207a9d70b277dd38c42720740 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 2 Feb 2026 17:57:56 +0100 Subject: [PATCH] [TASK] Drop redundant assignment in `runTests.sh` The assign variable is overwritten in all branches of the following condition. Fixes #1959 --- Build/Scripts/runTests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 6bdb7147..68481b8c 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -563,7 +563,6 @@ case ${TEST_SUITE} in SUITE_EXIT_CODE=$? ;; composerNormalize) - COMMAND="composer check:composer:normalize" if [ "${CGLCHECK_DRY_RUN}" -eq 1 ]; then COMMAND="composer check:composer:normalize" else