summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/push5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/push b/tools/push
index 0c1a019a..286b3206 100755
--- a/tools/push
+++ b/tools/push
@@ -11,7 +11,8 @@ git rebase master
git push
git checkout master
./acprep --enable-cache --universal -j16 --warn opt upload
-./acprep --enable-cache --universal -j16 --warn opt make speedtest | \
- tee build/last-speed.txt
+cp -p ~/Products/ledger/opt/ledger ~/bin
+./acprep --enable-cache --universal -j16 --warn opt make speedtest 2>&1 \
+ | tee build/last-speed.txt
mv *.dmg* build
git checkout next