From c50f3d62b9a316e50d200c5f666232708123e277 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 13 May 2024 17:05:51 +0200 Subject: [PATCH] ci: drop default VKD3D_PROTON_RESULTS file name Nobody uses that, and it doesn't make much sense to have a single file used by everyone as each driver will have its own failures. Part-of: --- .gitlab-ci/vkd3d-proton/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index 25a0219706a..203e0e18225 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -62,7 +62,6 @@ then fi # Collect all the failures - VKD3D_PROTON_RESULTS="${VKD3D_PROTON_RESULTS:-vkd3d-proton-results}" RESULTSFILE="$RESULTS/$VKD3D_PROTON_RESULTS.txt" mkdir -p .gitlab-ci/vkd3d-proton grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"