mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
91fcdbb58e
Fixes: https://tracker.ceph.com/issues/56529 Signed-off-by: Xiubo Li <xiubli@redhat.com>
10 lines
151 B
Bash
Executable File
10 lines
151 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_libcephfs
|
|
ceph_test_libcephfs_access
|
|
ceph_test_libcephfs_reclaim
|
|
ceph_test_libcephfs_lazyio
|
|
ceph_test_libcephfs_newops
|
|
|
|
exit 0
|