aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-restart-app.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): use `! grep` instead of `grep -v`Clement Delafargue2020-06-301-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 stubPaul Bonaud2020-06-231-0/+27
|
* tests: Add tests for the new 'restart' featurePaul Bonaud2020-06-231-0/+11