From: Rishabh Dave Date: Thu, 21 Sep 2023 12:41:41 +0000 (+0530) Subject: qa/cephfs: add "set -x" in mdtest.yaml X-Git-Tag: v19.0.0~440^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b62329195596b1ad6fefc6e149d1a7f221a63bd;p=ceph.git 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 --- diff --git a/qa/suites/fs/multiclient/tasks/mdtest.yaml b/qa/suites/fs/multiclient/tasks/mdtest.yaml index 797211ef5e1..32720e488d4 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