mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
cosmetic change to the status email subject line.
This commit is contained in:
+2
-2
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user