From cf3d4ea5ff640d01316c259e746f957b54abbce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Tue, 23 Mar 2021 15:27:17 +0100 Subject: [PATCH] ci: Fix HTML summary path for piglit OpenCL job artifacts Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci/piglit/run_cl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/piglit/run_cl.sh b/.gitlab-ci/piglit/run_cl.sh index e08b8c29b59..506fb31867d 100755 --- a/.gitlab-ci/piglit/run_cl.sh +++ b/.gitlab-ci/piglit/run_cl.sh @@ -65,7 +65,7 @@ if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then exit 0 fi -./piglit summary html --exclude-details=pass $OLDPWD/summary $OLDPWD/results +./piglit summary html --exclude-details=pass $OLDPWD/results/summary $OLDPWD/results echo Unexpected change in results: diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}