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.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-build/mail-mingw-log-hack.sh b/scripts/auto-build/mail-mingw-log-hack.sh
index 6b4a09cd..0c1d5d1d 100755
--- a/scripts/auto-build/mail-mingw-log-hack.sh
+++ b/scripts/auto-build/mail-mingw-log-hack.sh
@@ -23,7 +23,6 @@ for logfile in $(ls -1 /var/www/auto-build/${DATE}/logs/${DATE}_*_mingw*.txt); d
if [ "x${RECIPIENT}" != "x" ]; then
SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME"
mailbody_on_failure "${logfile}" | mail -s "autobuild: $logfile" ${RECIPIENT}
-# tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT}
fi
fi
done