Searched refs:TESTCASES (Results 1 – 1 of 1) sorted by relevance
504 if [[ -v "TESTCASES" && -n "$TESTCASES" ]]; then505 read -ra TESTCASES <<< "$TESTCASES"509 mapfile -t TESTCASES < <(declare -F | awk '$3 ~ /^testcase_/ {print $3;}')