Lines Matching full:collection
25 -t | --test COLLECTION:TEST Run TEST from COLLECTION
26 -c | --collection COLLECTION Run all tests from COLLECTION
27 -l | --list List the available collection:test entries
52 -c | --collection)
78 for collection in $COLLECTIONS ; do
79 found="$(echo "$available" | grep "^$collection:")"
81 echo "No such collection '$collection'" >&2
102 for collection in $collections ; do
103 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
104 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
105 ($dryrun cd "$collection" && $dryrun run_many $tests)