summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2024-05-13 17:09:22 +0200
committerMarge Bot <emma+marge@anholt.net>2024-05-14 11:46:41 +0000
commit7dd2b9e11ae860607a533b0fbf71c51496063089 (patch)
treef836884fab43b132e584394e12fd990069788879 /.gitlab-ci
parentc50f3d62b9a316e50d200c5f666232708123e277 (diff)
ci: hardcode `-vkd3d` namespace for VKD3D_PROTON_RESULTS
This means we can rely on these files always having that name. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29170>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/vkd3d-proton/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh
index 203e0e18225..6f5ceb49da2 100755
--- a/.gitlab-ci/vkd3d-proton/run.sh
+++ b/.gitlab-ci/vkd3d-proton/run.sh
@@ -67,8 +67,8 @@ then
grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"
# Gather the list expected failures
- if [ -f "$INSTALL/$VKD3D_PROTON_RESULTS.txt" ]; then
- cp "$INSTALL/$VKD3D_PROTON_RESULTS.txt" \
+ if [ -f "$INSTALL/$VKD3D_PROTON_RESULTS-vkd3d.txt" ]; then
+ cp "$INSTALL/$VKD3D_PROTON_RESULTS-vkd3d.txt" \
".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"
else
touch ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"