From: Paul F. <pa...@so...> - 2025-04-14 17:39:37
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a1efece712896909a19db663b496046d80115bc0 commit a1efece712896909a19db663b496046d80115bc0 Author: Paul Floyd <pj...@wa...> Date: Mon Apr 14 19:38:03 2025 +0200 Illumos nightly: enable sending results to valgrind-testresults Diff: --- 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 8b3e9bf326..f6e15733df 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 <pj...@wa...>" val...@li... +(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd <pj...@wa...>" val...@li... -(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd <pj...@wa...>" pj...@wa... |