-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Fix): Output message correctly for empty BEP (#257)
When the BEP doesn't contain any uncached test results, we were outputting: ```bash No JUnit files found to pack and upload using globs: Map { iter: Iter([]) } ``` Fixed this to be just a proper `[]`. No need to add a test imo because this is a very corner case and not impacting any significant functionality
- Loading branch information
1 parent
9dfffcf
commit 0fdcc4b
Showing
2 changed files
with
5 additions
and
3 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