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>
(cherry picked from commit
c9b2336367306183ce472d1d4eb28baf43aa8193)
-#!/bin/sh -e
+#!/bin/sh -ex
ceph_test_libcephfs
ceph_test_libcephfs_access