ci: Fix weird filesystem globs appearing in failed test .qpa files.
authorEric Anholt <eric@anholt.net>
Thu, 11 Jun 2020 20:19:11 +0000 (13:19 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 12 Jun 2020 17:36:20 +0000 (17:36 +0000)
commit44d28dca26d9e9503b914dd4e4d99c9f863a9ae3
tree8475aaabcd52db13783c0eb78e02b80632ba7149
parent0efaa55ef8990a0fcf5f85051ab532f8b801d78d
ci: Fix weird filesystem globs appearing in failed test .qpa files.

When you get a filure and go looking in the results, you'll find weird stuff like this in the XML:

Reference images fill undefined pixels with 3x3 grid pattern.
Attachment 0 (p' = p bin boot builds
dEQP-VK.renderpass.suballocation.attachment_allocation.grow_shrink.89.qpa
deqp dev etc home init install lib media mnt proc results root run sbin
set-job-env-vars.sh sys tmp usr var (1, 1, 1, 1) + (-1, -1, -1, 1))

because we were not quoting the line and 'p *' was getting expanded.

Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5435>
.gitlab-ci/deqp-runner.sh