]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 10 Sep 2025 09:52:07 +0000 (15:22 +0530)
commit69b24a788444d0056a01a028e4756eb32b0d0e5e
tree95c1f264c2c4af97d50b985249a4e38cd86653b8
parent004bc282205447a1fa0981d0543af6a2ebdb8c4c
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