mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
27613a63d1
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*}
|
|
ceph_test_cls_journal --gtest_filter=${GTEST_FILTER}
|
|
|
|
exit 0
|