From c0431a7e570f3dbba0ba41a2d5272e0a8e1d4c98 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 21 Nov 2018 17:06:13 -0500 Subject: [PATCH] Force the use of bash for lava base shell. Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 02201a1..f9dcf87 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -9,6 +9,7 @@ visibility: public context: extra_kernel_args: cpuidle.off=1 extra_nfsroot_args: ",nfsvers=3 nfsrootdebug" + lava_test_sh_cmd: "/bin/bash" tags: - qemu -- 2.34.1