Mesa (main): ci: print a message when vk3d-proton returns successfully

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 16 07:15:05 UTC 2022


Module: Mesa
Branch: main
Commit: 08113e5c02c4883a1c79b77891aee569160607e9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08113e5c02c4883a1c79b77891aee569160607e9

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
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 <samuel.pitoiset at gmail.com>
Reviewed-by: Martin Roukala <martin.roukala at mupuf.org>
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
 



More information about the mesa-commit mailing list