summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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"
;;