]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Limit gcc114-arm64 test results mail to 2250 lines.
authorMark Wielaard <mark@klomp.org>
Mon, 4 Apr 2016 18:22:15 +0000 (18:22 +0000)
committerMark Wielaard <mark@klomp.org>
Mon, 4 Apr 2016 18:22:15 +0000 (18:22 +0000)
The arm64 results (diffs) are too big for the mailinglist.
Only email the first 2250 lines to the list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15849

nightly/conf/gcc114-arm64.sendmail

index 1191e1d1052ec830d4fe8743c557fe0346ca500a..d84dea078b2873bd221546e8f06e02681a79554b 100755 (executable)
@@ -13,4 +13,4 @@ cat "$summary"  >> $MAILFILE
 echo "  " >> $MAILFILE
 cat "$diffs"  >> $MAILFILE
 
-/usr/sbin/sendmail -t -i < $MAILFILE
+head -2250 < $MAILFILE | /usr/sbin/sendmail -t -i