regression tests

This commit is contained in:
Mark Pilgrim
2009-06-09 13:08:20 -04:00
parent 8357efb7ad
commit 6b34c48abd
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ die () {
hg status|grep "^\?" && die "Stray files found."
echo "running unit tests"
cd examples/
python3 regression.py
python3 regression.py || die "Unit tests failed."
cd ..
ssh diveintomark.org "hg -R /home/mark/db/diveintopython3/ serve --stdio" &
hg push ssh://mark@diveintomark.org//home/mark/db/diveintopython3/