I'm pleased to announce shelltestrunner 1.11 !

shelltestrunner (executable: `shelltest`) is a portable, GPLv3+
command-line tool for testing command-line programs or shell commands.
It reads simple test specifications defining a command to run,
some input, and the expected output, stderr, and exit status.
It can run tests in parallel, selectively, with a timeout, in color, etc.

Changes in this release:

* Build with more recent GHCs, CI updates. (Simon Michael)
* Fixed: -i1 was not selecting the test if the file contained only one test ([#37], Thomas Miedema)

Install: 

$ stack install shelltestrunner-1.11

or:

$ cabal update && cabal install shelltestrunner-1.11


https://github.com/simonmichael/shelltestrunner
