diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-27 15:48:00 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-27 15:48:00 -0500 |
commit | fcd05632e0fa8798dc7d284609fc9ee88cabf4b8 (patch) | |
tree | d1d7932b9568191efc9ec0cb7961da771b336191 /tools | |
parent | 95429c70313855ca1865f8b1cf547fd38e51cbdf (diff) | |
download | fork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.tar.gz fork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.tar.bz2 fork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.zip |
Fixes to the proofing process
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/proof | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/proof b/tools/proof index 00c7f7d1..c4d3c9f1 100755 --- a/tools/proof +++ b/tools/proof @@ -48,8 +48,8 @@ EOF else echo $VERSION > $DEST/last-proofed - cd $DEST/ledger-proof/debug; make docs - cd $DEST/ledger-proof/gcov; make report + cd $DEST/ledger-proof-python-gcc47/debug; make docs + cd $DEST/ledger-proof-python-gcc47/gcov; make report mutt -s '[ledger] Proof build succeeded' johnw@newartisans.com <<EOF Ledger proof build succeeded! at commit $VERSION. |