]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/run-rbd-unit-tests.sh
update sources to 12.2.7
[ceph.git] / ceph / src / test / run-rbd-unit-tests.sh
CommitLineData
7c673cae
FG
1#!/bin/bash -ex
2
3# this should be run from the src directory in the ceph.git
4
5source $(dirname $0)/detect-build-env-vars.sh
6PATH="$CEPH_BIN:$PATH"
7
8unset RBD_FEATURES
9unittest_librbd
10
11for i in 0 1 61 109 127
12do
13 RBD_FEATURES=$i unittest_librbd
14done
15
16echo OK