Skip to content

v0.5.3

Compare
Choose a tag to compare
@dnephin dnephin released this 01 Sep 03:13
7a46c48

Changes

  • Fixes a bug that caused --rerun-fails to exit with success when not all tests had passed, if multiple tests in a package were being rerun and on the last attempt the last test in the package passed, but others did not
  • Prevents the rerun-fails-report from being printed if the rerun is not performed due to too many initial failures

Changelog

7a46c48 Merge pull request #144 from dnephin/fix-retry-fails-err
998433a Don't print a rerun-fails report if there were too many failures
0ba6504 rerun-fails: Fix a bug that would result in a passed run
e1d4f60 Add a test for the rerun-fails where the last test passes
cd995f8 Use the new ExitError.ExitCode
5d0850c Merge pull request #142 from dnephin/go1.15
e342569 Add go1.15, remove go1.11
e076327 Fix README format example