]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/run-rbd-valgrind-unit-tests.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / run-rbd-valgrind-unit-tests.sh
CommitLineData
11fdf7f2
TL
1#!/usr/bin/env bash
2set -ex
7c673cae
FG
3
4# this should be run from the src directory in the ceph.git (when built with
5# automake) or cmake build directory
6
7source $(dirname $0)/detect-build-env-vars.sh
8
11fdf7f2 9RBD_FEATURES=13 valgrind --tool=memcheck --leak-check=full --error-exitcode=1 \
7c673cae
FG
10 --suppressions=${CEPH_ROOT}/src/valgrind.supp unittest_librbd
11
12echo OK