From 08113e5c02c4883a1c79b77891aee569160607e9 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 9 Jun 2022 13:37:43 +0200 Subject: [PATCH] ci: print a message when vk3d-proton returns successfully To detect if an error occured. Signed-off-by: Samuel Pitoiset Reviewed-by: Martin Roukala Part-of: --- .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