diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-15 05:50:55 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-15 05:50:55 -0500 |
commit | 9448bd6fa9d0186001345d22992ee54e7e7793b1 (patch) | |
tree | ed59ca2142bc032ad6b991c2b9a066cf9f0b49c6 /tools/proof | |
parent | 21a9fe108e1ec76d7b09dc09a3292f4082d26ea0 (diff) | |
download | fork-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-x | tools/proof | 1 |
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 |