From: Kefu Chai Date: Mon, 12 Apr 2021 11:00:18 +0000 (+0800) Subject: qa/workunits/cls: add executable bit to script X-Git-Tag: v17.1.0~2287^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40811%2Fhead;p=ceph.git 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 --- diff --git a/qa/workunits/cls/test_cls_cas.sh b/qa/workunits/cls/test_cls_cas.sh old mode 100644 new mode 100755