summaryrefslogtreecommitdiffstats
path: root/qa/workunits/cls/test_cls_cas.sh
blob: 76591348222cfe857a63878fbc9c625ef773950d (plain)
1
2
3
4
5
6
#!/bin/sh -e

GTEST_FILTER=${CLS_CAS_GTEST_FILTER:-*}
ceph_test_cls_cas --gtest_filter=${GTEST_FILTER}

exit 0