ci/piglit: add extra space on top to prevent single quote getting into URL
authorDavid Heidelberg <david.heidelberg@collabora.com>
Mon, 21 Aug 2023 19:54:09 +0000 (21:54 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Aug 2023 13:12:28 +0000 (13:12 +0000)
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24815>

.gitlab-ci/piglit/piglit-traces.sh

index 06214b9..8f4ec1a 100755 (executable)
@@ -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