From a1efece712896909a19db663b496046d80115bc0 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Mon, 14 Apr 2025 19:38:03 +0200 Subject: [PATCH] Illumos nightly: enable sending results to valgrind-testresults --- nightly/conf/illumos.sendmail | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2