From 3c0d414cbf12704305ff54aa2a5232edb52584d4 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 18 Apr 2025 11:28:52 +0200 Subject: [PATCH] ci/vkd3d: only keep logs of failed tests This is what I meant to do from the start but messed up. Part-of: --- .gitlab-ci/vkd3d-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/vkd3d-runner.sh b/.gitlab-ci/vkd3d-runner.sh index 047bd2032de..de19c5fc1ca 100755 --- a/.gitlab-ci/vkd3d-runner.sh +++ b/.gitlab-ci/vkd3d-runner.sh @@ -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'