ci/vkd3d: drop misguided "something failed" error message

Luckily the check was broken, but let's not fix it because this would
cause any failure to fail the job, regardless of expectations.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34639>
This commit is contained in:
Eric Engestrom
2025-04-18 10:41:47 +02:00
committed by Marge Bot
parent e93261f579
commit d21e300f33

View File

@@ -94,12 +94,6 @@ TEST_LOGS="$RESULTS_DIR/test-logs"
printf '\n\n'
# Check if the executable finished (ie. no segfault).
if ! grep -E "^Finished" "$LOGFILE" > /dev/null; then
error "Failed, see ${ARTIFACTS_BASE_URL}/results/vkd3d-proton-log.txt"
exit 1
fi
# Print list of flakes seen this time
flakes_seen=()
for flake in "${flakes[@]}"; do