From 93c0a607bce38e978102df7c34424620bb25f2ac Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 14 May 2024 15:32:58 +0200 Subject: [PATCH] ci/vkd3d: fail job when failing to get driver version Part-of: --- .gitlab-ci/vkd3d-proton/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index 32ecf994608..174c0cce804 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -42,6 +42,7 @@ set +e if ! vulkaninfo | tee /tmp/version.txt | grep -F "Mesa $MESA_VERSION"; then printf "%s\n" "Found $(cat /tmp/version.txt), expected $MESA_VERSION" + exit 1 fi set -e