From c4de30d5492a16b4819eb07d3227ddd9672db54f Mon Sep 17 00:00:00 2001 From: saravanan30erd Date: Sat, 18 Apr 2020 16:53:21 +0400 Subject: [PATCH] update tests - PR #1774 --- tests/ca-password-fix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ca-password-fix.sh b/tests/ca-password-fix.sh index 14ad5b2..427fed6 100644 --- a/tests/ca-password-fix.sh +++ b/tests/ca-password-fix.sh @@ -19,4 +19,7 @@ CA_PASSWORD_OUT=$(grep ca_password: configs/localhost/.config.yml | awk '{print if [ "$CA_PASSWORD" = "$CA_PASSWORD_OUT" ]; then echo "ca_password tests(PR #1774) passed" +else + echo "ca_password tests(PR #1774) failed" + exit 1 fi