mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
0e76d40aa1
since it requires a running ceph cluster, it can't run in 'make check' as a unittest. add it to the rgw/verify suite instead Signed-off-by: Casey Bodley <cbodley@redhat.com>
6 lines
43 B
Bash
Executable File
6 lines
43 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_rgw_gc_log
|
|
|
|
exit 0
|