From 524248748620dbb60a43600f3d6557fefc00ed21 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 12 Apr 2021 19:00:18 +0800 Subject: [PATCH] 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 --- qa/workunits/cls/test_cls_cas.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 qa/workunits/cls/test_cls_cas.sh diff --git a/qa/workunits/cls/test_cls_cas.sh b/qa/workunits/cls/test_cls_cas.sh old mode 100644 new mode 100755 -- 2.39.5