mirror of
https://github.com/coreos/mantle.git
synced 2026-02-05 18:45:05 +01:00
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>