mirror of
https://github.com/ceph/ceph
synced 2025-02-18 08:28:02 +00:00
qa/workunits: support filtering cls_rbd unit test cases
Fixes: http://tracker.ceph.com/issues/16529 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
41aa39f593
commit
0891ede57c
@ -1,5 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
ceph_test_cls_rbd
|
||||
GTEST_FILTER=${CLS_RBD_GTEST_FILTER:-*}
|
||||
ceph_test_cls_rbd --gtest_filter=${GTEST_FILTER}
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user