Mesa (main): ci/piglit-runner: Fix funny indentation of the piglit-runner command.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 21 08:04:16 UTC 2021


Module: Mesa
Branch: main
Commit: bd81a236205e080ee2c68d6f0f7dbf82e26bcd20
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd81a236205e080ee2c68d6f0f7dbf82e26bcd20

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Oct 14 14:15:18 2021 -0700

ci/piglit-runner: Fix funny indentation of the piglit-runner command.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13372>

---

 .gitlab-ci/piglit/piglit-runner.sh | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh
index 33ad309a4e0..e716ed63257 100755
--- a/.gitlab-ci/piglit/piglit-runner.sh
+++ b/.gitlab-ci/piglit/piglit-runner.sh
@@ -53,17 +53,17 @@ fi
 
 set +e
 
-    piglit-runner \
-        run \
-        --piglit-folder /piglit \
-        --output $RESULTS \
-        --jobs ${FDO_CI_CONCURRENT:-4} \
-        --skips $INSTALL/piglit/piglit-all-skips.txt $PIGLIT_SKIPS \
-        --flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
-        --profile $PIGLIT_PROFILES \
-        --process-isolation \
-	$PIGLIT_RUNNER_OPTIONS \
-        -v -v
+piglit-runner \
+    run \
+    --piglit-folder /piglit \
+    --output $RESULTS \
+    --jobs ${FDO_CI_CONCURRENT:-4} \
+    --skips $INSTALL/piglit/piglit-all-skips.txt $PIGLIT_SKIPS \
+    --flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
+    --profile $PIGLIT_PROFILES \
+    --process-isolation \
+    $PIGLIT_RUNNER_OPTIONS \
+    -v -v
 
 PIGLIT_EXITCODE=$?
 



More information about the mesa-commit mailing list