]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/rbd/test_librbd.sh
update sources to v12.1.0
[ceph.git] / ceph / qa / workunits / rbd / test_librbd.sh
CommitLineData
7c673cae
FG
1#!/bin/sh -e
2
3if [ -n "${VALGRIND}" ]; then
31f18b77
FG
4 valgrind ${VALGRIND} --suppressions=${TESTDIR}/valgrind.supp \
5 --error-exitcode=1 ceph_test_librbd
7c673cae
FG
6else
7 ceph_test_librbd
8fi
9exit 0