forked from scalameta/munit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt 1: make sure to always flush buffered logs
Previously, buffered logs would sometimes not get flushed resulting in lost test report output. See scalameta#408. This commit adds an extra attempt to flush the buffered logs inside the sbt testing framework in case the logs don't get flushed by the JUnit test listener. I'm not 100% sure this fixes the problem but it seems worth a short and it shouldn't cause a regression.
- Loading branch information
Showing
2 changed files
with
1 addition
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