diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-15 20:32:20 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-15 20:32:20 +0100 |
| commit | d3fc3d429e1f2479273c87f391df05788cb9e157 (patch) | |
| tree | 2b1bfbd1800a9060b9a282ede6bd903a1c0110b5 | |
| parent | b649e00d0f3317534d095677d67426b08f4afe12 (diff) | |
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rw-r--r-- | erebos-tester.cabal | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfbc83..85027e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Revision history for erebos-tester +## 0.3.4 -- 2026-01-15 + +* Show call stack in error messages. +* Verbose output now includes test names, command and arguments for spawned processes, and marks flushed/ignored output lines. +* Added `ignore` builtin command. +* Added `timeout` argument for the `expect` command. +* Support zero as a timeout multiplier. +* Make host filesystems read-only for the test process (except for test dir). +* Implemented pipes and input/output redirection in shell scripts. +* Support for GHC up to 9.14. + ## 0.3.3 -- 2025-06-25 * Added optional `timeout` setting to config file diff --git a/erebos-tester.cabal b/erebos-tester.cabal index 324f556..56a80e3 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: erebos-tester -version: 0.3.3 +version: 0.3.4 synopsis: Test framework with virtual network using Linux namespaces description: This framework is intended mainly for networking libraries/applications and |