ci/piglit-runner: Fix funny indentation of the piglit-runner command.
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13372>
This commit is contained in:
@@ -53,17 +53,17 @@ fi
|
|||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
piglit-runner \
|
piglit-runner \
|
||||||
run \
|
run \
|
||||||
--piglit-folder /piglit \
|
--piglit-folder /piglit \
|
||||||
--output $RESULTS \
|
--output $RESULTS \
|
||||||
--jobs ${FDO_CI_CONCURRENT:-4} \
|
--jobs ${FDO_CI_CONCURRENT:-4} \
|
||||||
--skips $INSTALL/piglit/piglit-all-skips.txt $PIGLIT_SKIPS \
|
--skips $INSTALL/piglit/piglit-all-skips.txt $PIGLIT_SKIPS \
|
||||||
--flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
|
--flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
|
||||||
--profile $PIGLIT_PROFILES \
|
--profile $PIGLIT_PROFILES \
|
||||||
--process-isolation \
|
--process-isolation \
|
||||||
$PIGLIT_RUNNER_OPTIONS \
|
$PIGLIT_RUNNER_OPTIONS \
|
||||||
-v -v
|
-v -v
|
||||||
|
|
||||||
PIGLIT_EXITCODE=$?
|
PIGLIT_EXITCODE=$?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user