summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2023-08-21 21:54:09 +0200
committerMarge Bot <emma+marge@anholt.net>2023-08-24 13:12:28 +0000
commitfd21c998e69d0bb333ba66a852d5b9175959f213 (patch)
tree720a16d31960f074b0315e0a2d8906201c862463
parent9c3746fe9c3e934db3713a8bdaad0f475095f091 (diff)
downloadmesa-fd21c998e69d0bb333ba66a852d5b9175959f213.tar.gz
mesa-fd21c998e69d0bb333ba66a852d5b9175959f213.tar.bz2
mesa-fd21c998e69d0bb333ba66a852d5b9175959f213.zip
ci/piglit: add extra space on top to prevent single quote getting into URL
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24815>
-rwxr-xr-x.gitlab-ci/piglit/piglit-traces.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/piglit/piglit-traces.sh b/.gitlab-ci/piglit/piglit-traces.sh
index 06214b9aa7c..8f4ec1a1fa7 100755
--- a/.gitlab-ci/piglit/piglit-traces.sh
+++ b/.gitlab-ci/piglit/piglit-traces.sh
@@ -221,5 +221,5 @@ find "$RESULTS"/summary -type f -name "*.html" -print0 \
echo "Failures in traces:"
cat $RESULTSFILE
-error echo "Review the image changes and get the new checksums at: ${ARTIFACTS_BASE_URL}/results/summary/problems.html"
+error echo "Review the image changes and get the new checksums at: ${ARTIFACTS_BASE_URL}/results/summary/problems.html "
exit 1