summaryrefslogtreecommitdiff
path: root/tools/proof
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-15 05:50:55 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-15 05:50:55 -0500
commit9448bd6fa9d0186001345d22992ee54e7e7793b1 (patch)
treeed59ca2142bc032ad6b991c2b9a066cf9f0b49c6 /tools/proof
parent21a9fe108e1ec76d7b09dc09a3292f4082d26ea0 (diff)
downloadfork-ledger-9448bd6fa9d0186001345d22992ee54e7e7793b1.tar.gz
fork-ledger-9448bd6fa9d0186001345d22992ee54e7e7793b1.tar.bz2
fork-ledger-9448bd6fa9d0186001345d22992ee54e7e7793b1.zip
If tools/proof succeeds, move proof.log into /tmp
Diffstat (limited to 'tools/proof')
-rwxr-xr-xtools/proof1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/proof b/tools/proof
index 7c5a16f2..c41745b6 100755
--- a/tools/proof
+++ b/tools/proof
@@ -26,6 +26,7 @@ if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then
else
echo "Ledger proof build succeeded"
echo $VERSION > ~/Products/last-proofed
+ mv ~/Desktop/proof.log /tmp
fi
exit 0