mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +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
|