]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/cls/test_cls_journal.sh
update sources to 12.2.2
[ceph.git] / ceph / qa / workunits / cls / test_cls_journal.sh
1 #!/bin/sh -e
2
3 GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*}
4 ceph_test_cls_journal --gtest_filter=${GTEST_FILTER}
5
6 exit 0