blob: 64834ea68d03e7105394f4c5dc83f4e345b394b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Revision history for erebos-tester
## 0.2.1 -- 2024-05-14
* Selection of test from test file path on command line using ':' charater
* Added --repeat option to run the tests multiple times
* Added --wait option to wait at the end of each test
* Added 'flush' command
* Show record selectors in failure reports
* Compatibility with GHC up to 9.8
## 0.2.0 -- 2023-04-26
* Lists and "for" statement.
* Subnets of networks.
* Commands to disconnect nodes or networks.
## 0.1.1 -- 2023-02-04
* GDB improvements and fixes.
## 0.1.0 -- 2023-01-08
* First version.
|