This commit is contained in:
YUNSHEN XIE
2025-08-01 17:42:26 +08:00
committed by GitHub
parent 50db0d7ba9
commit bdb83e007d
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ run_path="$DIR/../test/"
cd ${run_path}
ls
exclude=("ci_use")
exclude=("ci_use" "ce")
for d in */ ; do
dir_name="${d%/}"
if [[ -d "$dir_name" ]]; then