Skip to content

Commit

Permalink
Fix tested idempotence values.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Apr 26, 2017
1 parent 486e323 commit e298ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script:
- "ansible-playbook tests/test.yml | tee -a ${idempotence}"
- >
tail ${idempotence}
| grep -q 'changed=1.*failed=0'
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
Expand Down

0 comments on commit e298ef3

Please sign in to comment.