|
From: <sv...@va...> - 2016-04-04 18:22:23
|
Author: mjw
Date: Mon Apr 4 19:22:15 2016
New Revision: 15849
Log:
Limit gcc114-arm64 test results mail to 2250 lines.
The arm64 results (diffs) are too big for the mailinglist.
Only email the first 2250 lines to the list.
Modified:
trunk/nightly/conf/gcc114-arm64.sendmail
Modified: trunk/nightly/conf/gcc114-arm64.sendmail
==============================================================================
--- trunk/nightly/conf/gcc114-arm64.sendmail (original)
+++ trunk/nightly/conf/gcc114-arm64.sendmail Mon Apr 4 19:22:15 2016
@@ -13,4 +13,4 @@
echo " " >> $MAILFILE
cat "$diffs" >> $MAILFILE
-/usr/sbin/sendmail -t -i < $MAILFILE
+head -2250 < $MAILFILE | /usr/sbin/sendmail -t -i
|