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:

committed by
Marge Bot

parent
3127b52ef7
commit
93c0a607bc
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user