ci/lava: Fix shebang in deqp-runner.sh
authorGuilherme Gallo <guilherme.gallo@collabora.com>
Mon, 11 Apr 2022 18:26:13 +0000 (15:26 -0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Apr 2022 06:33:46 +0000 (06:33 +0000)
commite3f71aaa3764a48f25fd6fc37ad018955b9019c2
treef65c9c872ac22ef593751f37976cada04ea6a2f1
parente9aef19e2b937b6bdacbf3cb1184be17cfb09c37
ci/lava: Fix shebang in deqp-runner.sh

Now, every rootfs based device has bash installed, so we can use bash
shebang instead of dash to enforce the use of bash's echo, not dash's
one.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15938>
.gitlab-ci/deqp-runner.sh