From bd81a236205e080ee2c68d6f0f7dbf82e26bcd20 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 14 Oct 2021 14:15:18 -0700 Subject: [PATCH] ci/piglit-runner: Fix funny indentation of the piglit-runner command. Reviewed-by: Pierre-Eric Pelloux-Prayer Reviewed-by: Tomeu Vizoso Part-of: --- .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=$?