mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
540f396203
The snapdiff test cases will take too much time, sometimes for hours. It's very inconvenient to run some general tests locally. Just move it to a dedicated binary. Signed-off-by: Xiubo Li <xiubli@redhat.com>
12 lines
209 B
Bash
Executable File
12 lines
209 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
|
|
|
|
exit 0
|