mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
13 lines
236 B
Bash
Executable File
13 lines
236 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
|
|
ceph_test_libcephfs_suidsgid
|
|
ceph_test_libcephfs_snapdiff
|
|
ceph_test_libcephfs_vxattr
|
|
|
|
exit 0
|