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
45 -c | --collection)
65 for collection in $COLLECTIONS ; do
66 found="$(echo "$available" | grep "^$collection:")"
68 echo "No such collection '$collection'" >&2
89 for collection in $collections ; do
90 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
91 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
92 ($dryrun cd "$collection" && $dryrun run_many $tests)