mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
9bca82d00e
Signed-off-by: Jeff Layton <jlayton@redhat.com>
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_libcephfs
|
|
ceph_test_libcephfs_access
|
|
ceph_test_libcephfs_reclaim
|
|
|
|
exit 0
|