]> 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>
Sun, 31 Aug 2025 18:50:19 +0000 (00:20 +0530)
commit10072baa1aabad443e4cdb8a59a0135fc458c485
tree7a36c33b230639e767de702374bf792cc7d1c7a7
parent656339d830e5701350436cd9c4db75fd096c8b36
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