ci/vkd3d: fail job when failing to get driver version

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29201>
This commit is contained in:
Eric Engestrom
2024-05-14 15:32:58 +02:00
committed by Marge Bot
parent 3127b52ef7
commit 93c0a607bc

View File

@@ -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