update tests - PR #1774

This commit is contained in:
saravanan30erd 2020-04-18 16:53:21 +04:00
parent e6949e148d
commit c4de30d549

View file

@ -19,4 +19,7 @@ CA_PASSWORD_OUT=$(grep ca_password: configs/localhost/.config.yml | awk '{print
if [ "$CA_PASSWORD" = "$CA_PASSWORD_OUT" ]; then if [ "$CA_PASSWORD" = "$CA_PASSWORD_OUT" ]; then
echo "ca_password tests(PR #1774) passed" echo "ca_password tests(PR #1774) passed"
else
echo "ca_password tests(PR #1774) failed"
exit 1
fi fi