Skip to content

Bats 1.2.0

Compare
Choose a tag to compare
@sublimino sublimino released this 25 Apr 19:23
· 1346 commits to master since this release
v1.2.0
73b8d2f

Released: 2020-04-25

Added:

  • docs/CHANGELOG.md and docs/releasing.md (#122)
  • The -f, --filter flag to run only the tests matching a regular expression (#126)
  • Optimize stack trace capture (#138)
  • --jobs n flag to support parallel execution of tests with GNU parallel (#172)

Changed:

  • AppVeyor builds are now semver-compliant (#123)
  • Add Bash 5 as test target (#181)
  • Always use upper case signal names to avoid locale dependent err… (#215)
  • Fix for tests reading from stdin (#227)
  • Fix wrong line numbers of errors in bash < 4.4 (#229)
  • Remove preprocessed source after test run (#232)