diff --git a/CI/build.sh b/CI/build.sh index c2ff01173825eb069ff3363acab256ff70078767..d21419eb3d2e384108febe20eee2a07b3ed2e829 100755 --- a/CI/build.sh +++ b/CI/build.sh @@ -88,7 +88,7 @@ declare -A scripts pwd TESTCASE_PATH="./CI/test_cases" -for file in $(find ${TESTCASE_PATH} -not \( -path '.*/data' -prune \) -not \( -path "${TESTCASE_PATH}/manual_cases" -prune \) -regextype posix-extended -regex ".*\.(bash)" | grep -v "helpers.sh" | sort) +for file in $(find ${TESTCASE_PATH} -not \( -path '.*/data' -prune \) -not \( -path "${TESTCASE_PATH}/manual_cases" -prune \) -regextype posix-extended -regex ".*\.(sh)" | grep -v "helpers.sh" | sort) do attributes=$(sed -n '3p' $file) if [[ "x$attributes" == "x" ]] || [[ ! "${attributes}" =~ "attributes:" ]];then