1
0
mirror of https://github.com/coreos/mantle.git synced 2026-02-05 18:45:05 +01:00
Files
mantle/cmd
Steve Milner 5c5708c9bd kola: Add --blacklist-test switch
When one or more --blacklist-test provided at run time any
test that matches by name or pattern to the provided black list
is not added to the list of tests to execute.

Example:
$ # Run all linux tests except the nfs ones
$ ./bin/kola --blacklist-test linux.nfs* run linux.*
$ # Run everything but linux.nfs.v3
$ ./bin/kola --blacklist-test linux.nfs.v3 run

Signed-off-by: Steve Milner <smilner@redhat.com>
2019-08-14 14:31:29 -04:00
..
2019-08-14 14:31:29 -04:00
2017-04-06 17:05:32 -07:00