ci/vkd3d: print a message when the expected failures file is missing

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29749>
This commit is contained in:
Eric Engestrom
2024-06-14 14:59:15 +02:00
committed by Marge Bot
parent b1f82ce646
commit 4db58a04f9

View File

@@ -73,6 +73,7 @@ then
cp "$INSTALL/$VKD3D_PROTON_RESULTS-vkd3d.txt" \
".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"
else
printf "%s\n" "$VKD3D_PROTON_RESULTS-vkd3d.txt not found, assuming a \"no failures\" baseline."
touch ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"
fi