]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add nightly config file for Solaris 11.3 x86.
authorIvo Raisr <ivosh@ivosh.net>
Tue, 15 Aug 2017 20:06:25 +0000 (22:06 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 15 Aug 2017 20:06:25 +0000 (22:06 +0200)
nightly/conf/solaris11.3.conf [new file with mode: 0644]
nightly/conf/solaris11.3.sendmail [new file with mode: 0755]

diff --git a/nightly/conf/solaris11.3.conf b/nightly/conf/solaris11.3.conf
new file mode 100644 (file)
index 0000000..34bfbd3
--- /dev/null
@@ -0,0 +1,3 @@
+export ABT_DETAILS="Solaris 11.3 x86"
+export ABT_JOBS=2
+export ABT_PERF="--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-old --vg=../valgrind-new"
diff --git a/nightly/conf/solaris11.3.sendmail b/nightly/conf/solaris11.3.sendmail
new file mode 100755 (executable)
index 0000000..b96e984
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+subject=$1
+body=$2
+file=$3
+filename=$( basename $3 )
+
+(cat "$body" "$file") | mailx -s "$subject" -r "Ivo Raisr <ivosh@ivosh.net>" valgrind-testresults@lists.sourceforge.net