mesa/.gitlab-ci/common
Daniel Stone b943f42ef5 ci/intel-gpu-freq: Fix shellcheck warning
SC2319 is actually helpful! It's telling us that in:
    foo="$(bar)"
    [ -n "$foo" ] && ret=$?
ret actually gets us the return code from [ which is by definition zero,
instead of the return code from bar that we wanted.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978>
2024-09-09 16:27:07 +00:00
..
capture-devcoredump.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
generate-env.sh ci: pass MESA_SPIRV_LOG_LEVEL from job to the test 2024-08-07 11:43:25 +02:00
init-stage1.sh ci: do not mount already mounted directories 2023-12-07 00:05:25 +00:00
init-stage2.sh ci: prune dri from LD_LIBRARY_PATH 2024-07-24 15:53:12 +00:00
intel-gpu-freq.sh ci/intel-gpu-freq: Fix shellcheck warning 2024-09-09 16:27:07 +00:00
kdl.sh ci/kdl: remove extra-verbose ls command 2023-07-27 18:31:53 +03:00