]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
fix(tests): use `! grep` instead of `grep -v` 72/head
authorClement Delafargue <clement.delafargue@fretlink.com>
Tue, 30 Jun 2020 13:46:41 +0000 (15:46 +0200)
committerClement Delafargue <clement.delafargue@fretlink.com>
Tue, 30 Jun 2020 14:26:19 +0000 (16:26 +0200)
commitdb630aaa8b261503076eb7320ee3cee5a5582be8
tree3b1fa1a9e85d57dbf4f4071321f9011343f40ac6
parent545c41a6694ac5273dbfe1a0e119be04eaeef468
fix(tests): use `! grep` instead of `grep -v`

`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/test-configure-app.yml
tests/test-restart-app.yml
tests/test-scalability.yml