Skip to content

Commit

Permalink
feat: set sorting reporter as complete if test run failed unexpectedly
Browse files Browse the repository at this point in the history
If test runner is of sorted type, it buffers all events and eventually emits/prints them upon completion of the test. Now, in case test runner fails unexpectedly it does not flush buffered events until an internal timer kicks off; this won't work with SBT system as all loggers of a task are discarded by the time that internal timer is triggered.
  • Loading branch information
nimatrueway committed Aug 21, 2022
1 parent 1447662 commit 3e83214
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 241 deletions.

0 comments on commit 3e83214

Please sign in to comment.