summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/cls/test_cls_journal.sh
blob: 9aa7450a9940cbd267cb20265138534daa8087f4 (plain)
1
2
3
4
5
6
#!/bin/sh -e

GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*}
ceph_test_cls_journal --gtest_filter=${GTEST_FILTER}

exit 0