mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
5242487486
all the scripts except for test_cls_cas.sh under qa/workunits/cls are executable. to be more consistent, add the executable bit to test_cls_cas.sh as well. also, these scripts are launched by src/script/gen-corpus.sh directly, so it's convenient just call them. Signed-off-by: Kefu Chai <kchai@redhat.com>
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
GTEST_FILTER=${CLS_CAS_GTEST_FILTER:-*}
|
|
ceph_test_cls_cas --gtest_filter=${GTEST_FILTER}
|
|
|
|
exit 0
|