gitlab-ci: fix missing caselist.css/xsl
authorRob Clark <robdclark@chromium.org>
Wed, 15 Jan 2020 16:50:55 +0000 (08:50 -0800)
committerMarge Bot <eric+marge@anholt.net>
Wed, 15 Jan 2020 19:03:56 +0000 (19:03 +0000)
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>

.gitlab-ci/deqp-runner.sh

index 0454f4bf171ced113bdd7322c840ba90916fe15a..5e7543fb083b2e8266f44ae9786ab6737eb119d0 100755 (executable)
@@ -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