mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
build fiddling
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user