Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(tests): use `! grep` instead of `grep -v` | Clement Delafargue | 2020-06-30 | 1 | -3/+3 |
| | | | | | | `grep -v` makes sure a file contains other lines than the one that matched. This is different from `! grep` which makes sure the file does not contain a line that matched. | ||||
* | tests: expectations on binary stub | Paul Bonaud | 2020-06-23 | 1 | -0/+27 |
| | |||||
* | tests: Add tests for the new 'restart' feature | Paul Bonaud | 2020-06-23 | 1 | -0/+11 |