Lines Matching full:collection
24 -t | --test COLLECTION:TEST Run TEST from COLLECTION
25 -c | --collection COLLECTION Run all tests from COLLECTION
26 -l | --list List the available collection:test entries
47 -c | --collection)
70 for collection in $COLLECTIONS ; do
71 found="$(echo "$available" | grep "^$collection:")"
73 echo "No such collection '$collection'" >&2
94 for collection in $collections ; do
95 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
96 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
97 ($dryrun cd "$collection" && $dryrun run_many $tests)