-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option --filter and --helpfilter in buildtest report (#449)
* add option --filter and --helpfilter in buildtest report We can now filter by buildspec,name,state,returncode,executor,tags. The values must be passed as key=value and multiple argument can be separated by comma. If multiple filter argument are specified it will perform a logical AND. The --filter and --format can be used together to filter and format report. Add test coverage for filter options * add comments
- Loading branch information
1 parent
b062c63
commit e16b7e6
Showing
3 changed files
with
273 additions
and
5 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
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