Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@aureliojargas aureliojargas released this 22 Jun 21:21
  • In case of multiple #=> found in the same command line, consider only the last one. (da9d01d)

  • Fix: stdin was not reset before running each test command, failing tests containing commands that read from stdin. (#43 by @vmmello)

  • Fix: temporary directories were being created without being necessary (#45 by @vmmello)

  • Fix: temporary directories were not being removed after clitest execution (#46 by @vmmello)

  • Fix: tests redefining the IFS env var would affect clitest multifile report (#48 by @niloct)

  • Fix: a new grep version broke clitest own tests by printing a warning when \t or \n were used in the pattern (#54 by @mbakke)

  • CI: Migrate from Travis CI to GitHub Actions (#49)

  • Dev: Activate --debug option. It is an undocumented option (it does not appear in --help) useful mainly for clitest devs.

  • Dev: Add configuration for dev container, to allow clitest development using GitHub Codespaces (4119811)