ci: print a message when vk3d-proton returns successfully

To detect if an error occured.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17050>
This commit is contained in:
Samuel Pitoiset 2022-06-09 13:37:43 +02:00 committed by Marge Bot
parent 70ba820395
commit 08113e5c02
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ else
fi
if diff -q ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"; then
echo "SUCCESS: No changes found!"
exit 0
fi