mirror of
https://github.com/ceph/ceph
synced 2025-01-05 02:32:59 +00:00
1184619128
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
9 lines
124 B
Bash
Executable File
9 lines
124 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_libcephfs
|
|
ceph_test_libcephfs_access
|
|
ceph_test_libcephfs_reclaim
|
|
ceph_test_libcephfs_lazyio
|
|
|
|
exit 0
|