summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-06-09 13:37:43 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-16 06:36:36 +0000
commit08113e5c02c4883a1c79b77891aee569160607e9 (patch)
tree7f125203154eb5cce7f95c177b8dcabb68ab2822
parent70ba820395e155d19df4aca44756ee3ce86e94a2 (diff)
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>
-rwxr-xr-x.gitlab-ci/vkd3d-proton/run.sh1
1 files changed, 1 insertions, 0 deletions
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