]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/cls: add executable bit to script 40811/head
authorKefu Chai <kchai@redhat.com>
Mon, 12 Apr 2021 11:00:18 +0000 (19:00 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 12 Apr 2021 11:28:47 +0000 (19:28 +0800)
commit524248748620dbb60a43600f3d6557fefc00ed21
tree96fe09e777d52856dc2cd5cece470a60f37f449f
parentfdb4f834486287f03409ce1818f1871d16ecf87d
qa/workunits/cls: add executable bit to script

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>
qa/workunits/cls/test_cls_cas.sh [changed mode: 0644->0755]