ci/vkd3d: only keep logs of failed tests

This is what I meant to do from the start but messed up.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34639>
This commit is contained in:
Eric Engestrom
2025-04-18 11:28:52 +02:00
committed by Marge Bot
parent 7f0fe34758
commit 3c0d414cbf

View File

@@ -89,7 +89,7 @@ fi
printf "%s\n" "Running vkd3d-proton testsuite..."
LOGFILE="$RESULTS_DIR/vkd3d-proton-log.txt"
TEST_LOGS="$RESULTS_DIR/test-logs"
TEST_LOGS="/test-logs"
(cd /vkd3d-proton-tests && tests/test-runner.sh ./d3d12 --jobs "${FDO_CI_CONCURRENT:-4}" --output-dir "$TEST_LOGS" | tee "$LOGFILE")
printf '\n\n'