summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-27 15:48:00 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-27 15:48:00 -0500
commitfcd05632e0fa8798dc7d284609fc9ee88cabf4b8 (patch)
treed1d7932b9568191efc9ec0cb7961da771b336191 /tools
parent95429c70313855ca1865f8b1cf547fd38e51cbdf (diff)
downloadfork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.tar.gz
fork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.tar.bz2
fork-ledger-fcd05632e0fa8798dc7d284609fc9ee88cabf4b8.zip
Fixes to the proofing process
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof4
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.