-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola run: Accept a list of glob patterns
Glob patterns are matching like the shell expands a glob pattern. This does not allow to test against two names that don't share a substring. On the shell this is solved by having two glob arguments. Allow multiple glob patterns to be specified as arguments to handle the cases where the tests don't share a substring but we want to run exactly those tests.
- Loading branch information
Showing
2 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters