build fiddling

This commit is contained in:
Mark Pilgrim
2009-06-09 13:07:05 -04:00
parent c6cb3c5db0
commit 8357efb7ad
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,4 +1,14 @@
#!/bin/sh
die () {
echo "$1" >/dev/stderr
exit 1
}
hg status|grep "^\?" && die "Stray files found."
echo "running unit tests"
cd examples/
python3 regression.py
cd ..
ssh diveintomark.org "hg -R /home/mark/db/diveintopython3/ serve --stdio" &
hg push ssh://mark@diveintomark.org//home/mark/db/diveintopython3/