summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-09-19 07:26:17 +0000
committerNathan Scott <nathans@sgi.com>2002-09-19 07:26:17 +0000
commit4fa64f8a9de1069e646ca60680130dd64b9450e9 (patch)
tree31b7d5609fd4995926d3b5ce189bf99e698f8da8 /tools
parent6dafe2f15e1746bf265433d2317f910c2776db49 (diff)
Further work on a generic benchmarking framework.
make important argument mandatory, do a better job of collecting results.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/auto-qa4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/auto-qa b/tools/auto-qa
index 70eae80c..487660b6 100755
--- a/tools/auto-qa
+++ b/tools/auto-qa
@@ -490,6 +490,10 @@ do
_sudo ./bench $BENCH_PASSES `id -nu && id -ng` \
|| _fail " !!! failed to run benchmarks"
+ _log ""
+ _log " *** send results mail"
+ mail -s "XFS QA benchmark results" $EMAIL < $ROOT/bench.out 2>&1
+
new_state="done"
;;