Wrapping exclamation mark in a child bash call.

It gets removed by travis otherwise:
https://travis-ci.org/martinhoefling/rsyncd-formula/builds/62632850
This commit is contained in:
jpic 2015-05-15 01:57:03 +02:00
parent dc09a0a65f
commit 0182c922a5
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ script:
# Idempotence check
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second
- cat /tmp/second
- ! grep -q '^Not Run:' /tmp/second
- bash -c '! grep -q "^Not Run:" /tmp/second'