From: Paul Floyd Date: Mon, 14 Apr 2025 17:38:03 +0000 (+0200) Subject: Illumos nightly: enable sending results to valgrind-testresults X-Git-Tag: VALGRIND_3_25_0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1efece712896909a19db663b496046d80115bc0;p=thirdparty%2Fvalgrind.git Illumos nightly: enable sending results to valgrind-testresults --- diff --git a/nightly/conf/illumos.sendmail b/nightly/conf/illumos.sendmail index 8b3e9bf32..f6e15733d 100755 --- a/nightly/conf/illumos.sendmail +++ b/nightly/conf/illumos.sendmail @@ -5,6 +5,5 @@ body=$2 file=$3 filename=$( basename $3 ) -#(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd " valgrind-testresults@lists.sourceforge.net +(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd " valgrind-testresults@lists.sourceforge.net -(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd " pjfloyd@wanadoo.fr