From 3cfa0d8cb2eadf081a12e86a809abc4cc61ac6c1 Mon Sep 17 00:00:00 2001 From: Marjan Schiller Date: Wed, 12 Jun 2013 17:00:20 +0200 Subject: [PATCH] Removed debug code from autotest_result_mail.sh --- autotest_result_mail.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 1d387d4..4a9a589 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -35,8 +35,7 @@ fi # Replace the place holders MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} -echo $MAIL_CONTENT -exit 0 +echo "Mailcontent: $MAIL_CONTENT" # # send announcement mail -- 2.39.5