-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathANNOUNCE
More file actions
23 lines (14 loc) · 726 Bytes
/
ANNOUNCE
File metadata and controls
23 lines (14 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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