Fixed myvar instead of myVar and added more test cases

This commit is contained in:
2024-08-21 17:28:37 -04:00
parent efe6c3d99a
commit d178ceaa79
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -77,5 +77,5 @@ test-env: ENV
@echo "This should return Level2"
NAGIOS__HOSTNCPAPASS="Level2" ./ENV set.txt -n asdf -T NCPAPASS
@echo ""
@echo "This should return 91"
NAGIOS_TEST="HTTP -S 8091" ./ENV set.txt -n TEST -g "8.*" -d 0 -f 2
@echo "This should return Balloons, 91, Red"
NAGIOS_TEST="HTTP -S 8099" ./ENV set.txt -n TEST -g "8.*" -d 0 -f 2 --pre "Balloons, " --post ", Red"