summaryrefslogtreecommitdiffstats
path: root/perf-framework/send_mail
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2012-02-18 10:36:44 -0800
committerGerrit Code Review <root@dev.gluster.com>2012-02-18 10:36:44 -0800
commit6ed4ac470d7aaddd05ce179bc304ef688f5553aa (patch)
tree095187e0649d88c226563f41f19a6fba0b4a156e /perf-framework/send_mail
parent4de9a1a4df6667a59dd36148167d7ea188c69831 (diff)
parentdb468693ef5faa294d9bc3cd3c5d70c0d99d488b (diff)
Merge "Adding the performance framework to the qa repo"
Diffstat (limited to 'perf-framework/send_mail')
-rwxr-xr-xperf-framework/send_mail8
1 files changed, 8 insertions, 0 deletions
diff --git a/perf-framework/send_mail b/perf-framework/send_mail
new file mode 100755
index 0000000..e44f29b
--- /dev/null
+++ b/perf-framework/send_mail
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+CONFIG_FILE=gf_perf_config
+source $CONFIG_FILE
+
+./calc_avg "$@" > /tmp/run_all
+
+scp /tmp/run_all $EMAIL/run_all;