Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / run-rbd-valgrind-unit-tests.sh
1 #!/bin/bash -ex
2
3 # this should be run from the src directory in the ceph.git (when built with
4 # automake) or cmake build directory
5
6 source $(dirname $0)/detect-build-env-vars.sh
7
8 RBD_FEATURES=13 valgrind --tool=memcheck --leak-check=full \
9             --suppressions=${CEPH_ROOT}/src/valgrind.supp unittest_librbd
10
11 echo OK