From 5da1f1a0a2aa7423189b87e3c732e9c97c6783c6 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 7 Feb 2017 08:36:44 -0800 Subject: Add fail trap and success functions to smtp_ingress test Change-Id: Id450f20f9d4f6773bc7c75ca2f1a1ae99ec5ab29 Signed-off-by: bryan --- tests/smtp_ingress.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/smtp_ingress.sh') diff --git a/tests/smtp_ingress.sh b/tests/smtp_ingress.sh index a6ee632..0e6f1ce 100644 --- a/tests/smtp_ingress.sh +++ b/tests/smtp_ingress.sh @@ -165,6 +165,4 @@ done echo $RESULT if [ "$RESULT" == "Test Failed!" ]; then fail; fi -set +x #echo off - pass -- cgit 1.2.3-korg