Revert test test

This commit is contained in:
David Boreham 2023-10-03 12:45:16 -06:00
parent a8d021d28f
commit b74c93fee5

View File

@ -118,7 +118,7 @@ else
exit 1
fi
# Check the config variable CERC_TEST_PARAM_1 was passed correctly
if [[ "$log_output_3" == *"Test-param-1: PPASSED"* ]]; then
if [[ "$log_output_3" == *"Test-param-1: PASSED"* ]]; then
echo "deployment config test: passed"
else
echo "deployment config test: FAILED"