We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f8d97 commit 6d9092eCopy full SHA for 6d9092e
tests/test_idempotence.sh
@@ -27,7 +27,7 @@ RED='\033[0;31m'
27
# SGR code to set text color (foreground) to no color.
28
NC='\033[0m'
29
30
-echo '[INFO] $VIRTUALENV_NAME running idempotence test...'
+echo "[INFO] $VIRTUALENV_NAME running idempotence test..."
31
ansible-playbook -i ${INVENTORY} ${PLAYBOOK} | \
32
grep -q "${PASS_CRITERIA}" && \
33
echo -ne "[TEST] $VIRTUALENV_NAME idempotence : ${GREEN}PASS${NC}\n" || \
0 commit comments