mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +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
|