Lines Matching refs:available
11 available=""
13 available="$(cat "$TESTS")"
26 -l | --list List the available collection:test entries
49 echo "$available"
66 found="$(echo "$available" | grep "^$collection:")"
74 # Replace available test list with explicitly selected tests.
78 found="$(echo "$available" | grep "^${test}$")"
85 available="$(echo "$valid" | sed -e 's/ /\n/g')"
88 collections=$(echo "$available" | cut -d: -f1 | uniq)
91 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)