summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-06 23:04:43 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-06 23:04:43 -0600
commit75603edeb4853b1e563f525bcc3482609853a975 (patch)
tree9a1276879de3895a6d140e48a334f9cabcabc1e0 /tools
parent71d0033b6f65260698cf0bf367002a9b6429a3fd (diff)
Send myself e-mail after a successful proof build
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/proof b/tools/proof
index 3b997143..a0dab6cb 100755
--- a/tools/proof
+++ b/tools/proof
@@ -43,15 +43,13 @@ EOF
cd $DEST/ledger-proof/debug; make docs
cd $DEST/ledger-proof/gcov; make report
- cat <<EOF | mutt -a $LOGDIR/ledger-proof.log \
- -s '[ledger] Proof build succeeded' johnw@newartisans.com
+ cat <<EOF | mutt -s '[ledger] Proof build succeeded' johnw@newartisans.com
Ledger proof build succeeded! at commit $VERSION.
EOF
echo "Ledger proof build succeeded"
fi
}
-ledger_proof ${1:-$HOME/src/ledger} \
- ${2:-$HOME/Products} ${3:-$HOME/Library/Logs}
+ledger_proof ${1:-$HOME/src/ledger} ${2:-$HOME/Products} ${3:-$HOME/Library/Logs}
exit 0