From aa764f600ffa72f836720698fc27bfd4bd49dfc4 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Mon, 14 Apr 2025 12:30:52 +0200 Subject: [PATCH] Illumos nightly: add conf files for Illumos --- nightly/conf/illumos.conf | 3 +++ nightly/conf/illumos.sendmail | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 nightly/conf/illumos.conf create mode 100755 nightly/conf/illumos.sendmail diff --git a/nightly/conf/illumos.conf b/nightly/conf/illumos.conf new file mode 100644 index 000000000..8654e9ad4 --- /dev/null +++ b/nightly/conf/illumos.conf @@ -0,0 +1,3 @@ +export ABT_DETAILS="Illumos x86" +export ABT_JOBS=4 +#export ABT_PERF="--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-old --vg=../valgrind-new" diff --git a/nightly/conf/illumos.sendmail b/nightly/conf/illumos.sendmail new file mode 100755 index 000000000..8b3e9bf32 --- /dev/null +++ b/nightly/conf/illumos.sendmail @@ -0,0 +1,10 @@ +#!/bin/sh + +subject=$1 +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 " pjfloyd@wanadoo.fr -- 2.47.3