mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
3127b52ef7
commit
93c0a607bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue