From 877f6be7438ccd480e69aefb0fe32e08a6afd311 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 27 Mar 2023 18:11:51 +0530 Subject: [PATCH] qa/workunit/fs: print commands for making debugging easier Print the commands and their arguments as they are being executed for kernel_untar_tar.sh so that it's easier to debug when a teuthology failure occurs due to it. Signed-off-by: Rishabh Dave --- qa/workunits/fs/norstats/kernel_untar_tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/fs/norstats/kernel_untar_tar.sh b/qa/workunits/fs/norstats/kernel_untar_tar.sh index 6a175dcd9d6a0..e7381753f91bb 100755 --- a/qa/workunits/fs/norstats/kernel_untar_tar.sh +++ b/qa/workunits/fs/norstats/kernel_untar_tar.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # check if there is file changed while being archived -set -e +set -ex KERNEL=linux-4.0.5 -- 2.39.5