Closed rmunn closed 2 months ago
PR created on top of #347 to avoid merge conflicts once #347 is merged to master.
4 files ±0 412 suites ±0 2h 46m 44s :stopwatch: +57s 883 tests ±0 860 :heavy_check_mark: ±0 23 :zzz: ±0 0 :x: ±0 4 040 runs ±0 3 906 :heavy_check_mark: ±0 134 :zzz: ±0 0 :x: ±0
Results for commit 33c812a6. ± Comparison against base commit 4535fc4b.
Many times stderr's contents are just a single newline; there's no need to write that to the progress log. We also don't need to write double newlines to the log, so trim the final trailing newline before writing.
Fixes #348.
This change is