[MASTER][BETA] All Tests to Fail Builds

This commit is contained in:
Mitchell Krog 2019-07-01 14:10:19 +02:00
parent ef592237a8
commit d4e562c760
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
16 changed files with 81 additions and 115 deletions

View file

@ -81,6 +81,7 @@ if curl http://localhost:9000 2>&1 | grep -i '(52)'; then
echo "${bold}${green}PASSED - ${bold}${red}blacklist own ip is WORKING"
else
echo "${bold}${red}FAILED - blacklist own ip is NOT working"
exit 1
fi
}
@ -90,6 +91,7 @@ if curl http://localhost:9000 2>&1 | grep -i 'Welcome'; then
else
echo "${bold}${red}FAILED - whitelist own ip is NOT working"
curl http://localhost:9000
exit 1
fi
}