]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: set -x for qa/workunits/libcephfs/test.sh
authorRishabh Dave <ridave@redhat.com>
Sun, 31 Aug 2025 18:50:19 +0000 (00:20 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 3 Oct 2025 14:14:14 +0000 (19:44 +0530)
commitc9b2336367306183ce472d1d4eb28baf43aa8193
tree61545872453817ca1afe5a8a00d0b95352428bb7
parentfa93d68191b31c417381fa4cea3f87eb7840be4a
qa: set -x for qa/workunits/libcephfs/test.sh

LibCephFS unit tests are compiled into different binary files and run
after another but without logging name of the binary being executed,
which can make it bit difficult to find out which binary/test group is
being run. Therefore "set -x" in the script so that binary name/test
group is printed before tests run.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/workunits/libcephfs/test.sh