aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/mail-mingw-log-hack.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-build/mail-mingw-log-hack.sh')
-rwxr-xr-xscripts/auto-build/mail-mingw-log-hack.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/auto-build/mail-mingw-log-hack.sh b/scripts/auto-build/mail-mingw-log-hack.sh
index 74f765f7..c0cf45b3 100755
--- a/scripts/auto-build/mail-mingw-log-hack.sh
+++ b/scripts/auto-build/mail-mingw-log-hack.sh
@@ -12,7 +12,6 @@ for logfile in `ls -1 /var/www/auto-build/${DATE}/logs/${DATE}_*_mingw*.txt`; do
completion_test=`tail -1 ${logfile}`
if [ "x${completion_test}" != "xSUCCESS" ]; then
SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME"
-# tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT}
- tail -20 ${logfile} | mail -s "autobuild: $logfile" hans@eds.org
+ tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT}
fi
done