From 9a600a989f756fbd02834b0ffcd47d8bef7eb743 Mon Sep 17 00:00:00 2001 From: Marjan Schiller Date: Thu, 13 Jun 2013 15:46:29 +0200 Subject: [PATCH] Added build number for reporting. --- autotest_result_mail.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 18cdf2a..d84c42d 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -34,7 +34,8 @@ else fi # Replace the place holders -MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} +MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} +MAIL_CONTENT=${MAIL_CONTENT///$BUILD_NUMBER} echo "Mailcontent: $MAIL_CONTENT" -- 2.39.5