summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2020-01-15 08:50:55 -0800
committerMarge Bot <eric+marge@anholt.net>2020-01-15 19:03:56 +0000
commitb706a157c5b3b07425a16bebe3f8ebc5afac8bd3 (patch)
tree7b66a8b04767b7bcfa8b73e9e13841ed09c846ee /.gitlab-ci
parentaf6c2f419372eb4f0f702a2c1e414f38b99f5205 (diff)
gitlab-ci: fix missing caselist.css/xsl
My best guess is that this was broken by d62dd8b0 Signed-off-by: Rob Clark <robdclark@chromium.org> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3413> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3413>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/deqp-runner.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 0454f4bf171..5e7543fb083 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -133,7 +133,8 @@ extract_xml_result() {
/deqp/executor/testlog-to-xml $dst "$RESULTS/$testcase.xml"
# copy the stylesheets here so they only end up in artifacts
# if we have one or more result xml in artifacts
- cp /deqp/testlog.{css,xsl} "$RESULTS/"
+ cp /deqp/testlog.css "$RESULTS/"
+ cp /deqp/testlog.xsl "$RESULTS/"
return 0
fi
echo $line >> $dst