Lines Matching refs:available
11 available=""
13 available="$(cat "$TESTS")"
26 -l | --list List the available collection:test entries
51 echo "$available"
71 found="$(echo "$available" | grep "^$collection:")"
79 # Replace available test list with explicitly selected tests.
83 found="$(echo "$available" | grep "^${test}$")"
90 available="$(echo "$valid" | sed -e 's/ /\n/g')"
93 collections=$(echo "$available" | cut -d: -f1 | sort | uniq)
96 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)