From fd21c998e69d0bb333ba66a852d5b9175959f213 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Mon, 21 Aug 2023 21:54:09 +0200 Subject: [PATCH] ci/piglit: add extra space on top to prevent single quote getting into URL Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/piglit/piglit-traces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/piglit/piglit-traces.sh b/.gitlab-ci/piglit/piglit-traces.sh index 06214b9..8f4ec1a 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 -- 2.7.4