mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
0891ede57c
Fixes: http://tracker.ceph.com/issues/16529 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
GTEST_FILTER=${CLS_RBD_GTEST_FILTER:-*}
|
|
ceph_test_cls_rbd --gtest_filter=${GTEST_FILTER}
|
|
|
|
exit 0
|