ci/vkd3d: drop redundant "vkd3d-proton execution: SUCCESS"

The `+ exit 0` on the next line says the same thing, and we no longer
use that string for grepping the status anyway.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29749>
This commit is contained in:
Eric Engestrom
2024-06-14 15:35:02 +02:00
committed by Marge Bot
parent 9a9204764a
commit 39f5bbf871

View File

@@ -70,6 +70,4 @@ if ! /vkd3d-proton-tests/x64/bin/d3d12 > "$RESULTS/vkd3d-proton-log.txt"; then
fi
fi
printf "%s\n" "vkd3d-proton execution: SUCCESS"
exit 0