From 45e165878c71a3edb7bdb987ab05373e56e85f5f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 10 May 2002 07:56:20 +0000 Subject: [PATCH] cosmetic change to the status email subject line. --- tools/auto-qa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/auto-qa b/tools/auto-qa index a5fce01a..b51b5814 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -63,7 +63,7 @@ _fail() case $state in cron*) - mail -s "xfs qa status report" $ADMINEMAIL \ + mail -s "XFS QA status report" $ADMINEMAIL \ < $LOG 2>&1 ;; esac @@ -530,7 +530,7 @@ do _log "" _log " *** send status mail" - mail -s "xfs qa status report" $EMAIL < $ROOT/qa.out 2>&1 + mail -s "XFS QA status report" $EMAIL < $ROOT/qa.out 2>&1 new_state="done" ;; -- 2.25.1