Lines Matching full:available
7 # Fallback to readlink if realpath is not available
18 available=""
20 available="$(cat "$TESTS")"
34 -l | --list List the available collection:test entries
65 echo "$available"
91 found="$(echo "$available" | grep "^$collection:")"
99 # Replace available test list with explicitly selected tests.
103 found="$(echo "$available" | grep "^${test}$")"
110 available="$(echo "$valid" | sed -e 's/ /\n/g')"
116 collections=$(echo "$available" | cut -d: -f1 | sort | uniq)
119 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)