mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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
|