Fix idempotence test log file name

Change-Id: I5c1f2f0949d6b7ad7bfc4151257b081728ba956f
This commit is contained in:
Jesse Pretorius 2016-10-05 11:32:46 +01:00
parent 992cd157d1
commit 9942b6799f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ if [ "${TEST_IDEMPOTENCE}" == "true" ]; then
${TEST_PLAYBOOK}
# Check the output log for changed/failed tasks
if grep -q "changed=0.*failed=0" /tmp/idempotence_test_output.txt; then
if grep -q "changed=0.*failed=0" /tmp/ansible.log; then
echo "Idempotence test: pass"
else
echo "Idempotence test: fail"