From 309e090145259304b8da5f4de419f07c77d109be Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 21 Sep 2023 18:11:41 +0530 Subject: [PATCH] qa/cephfs: add "set -x" in mdtest.yaml Set the flag for printing the commands that will be executed so that it's easier to go through teuthology.log Signed-off-by: Rishabh Dave (cherry picked from commit 8b62329195596b1ad6fefc6e149d1a7f221a63bd) --- qa/suites/fs/multiclient/tasks/mdtest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/fs/multiclient/tasks/mdtest.yaml b/qa/suites/fs/multiclient/tasks/mdtest.yaml index 797211ef5e179..32720e488d4f5 100644 --- a/qa/suites/fs/multiclient/tasks/mdtest.yaml +++ b/qa/suites/fs/multiclient/tasks/mdtest.yaml @@ -2,6 +2,7 @@ tasks: - pexec: clients: + - set -x - cd $TESTDIR - sudo apt purge -y mpich - sudo apt install -y mpich -- 2.39.5