Skip to content
  • ttuegel's avatar
    Always stream test output concurrently · e5a07013
    ttuegel authored
    Issue #1810. Some test suites would freeze if invoked with
    `--show-details=always` instead of `--show-details=streaming` because
    output would build up in the pipe without being cleared. This corrects
    the issue by forcing the length of the output string in another thread.
    e5a07013