diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 02c84c2fb418e43bcdae2e675dbbadbb62dcd826..a29ae0addc7e1bbcaaef622dd1af076cef615e79 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -299,7 +299,7 @@ DOCKER_COMPOSE_VERSION=$(docker-compose version --short) DOCKER_COMPOSE_MAJOR=$(echo "$DOCKER_COMPOSE_VERSION" | cut -d'.' -f1 | tr -d 'v') if [ "$DOCKER_COMPOSE_MAJOR" -gt "1" ]; then echo "docker-compose $DOCKER_COMPOSE_VERSION is currently broken and not supported by runTests.sh." - echo "If you are running Docker Desktop for MacOS/Windows disable 'Use Docker Compose V2 release candidate' (Settings > Experimental Features)" + echo "If you are running Docker Desktop for MacOS/Windows disable 'Use Docker Compose V2' (Preferences > General)" exit 1 fi