Module: Mesa Branch: main Commit: 08113e5c02c4883a1c79b77891aee569160607e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08113e5c02c4883a1c79b77891aee569160607e9
Author: Samuel Pitoiset <[email protected]> Date: Thu Jun 9 13:37:43 2022 +0200 ci: print a message when vk3d-proton returns successfully To detect if an error occured. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Martin Roukala <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17050> --- .gitlab-ci/vkd3d-proton/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index c10cc352462..61ffd2a3237 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -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
