mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
booleans can be used in a numeric context. who knew?
This commit is contained in:
@@ -6,9 +6,9 @@ die () {
|
||||
}
|
||||
|
||||
hg status|grep "^\?" && die "Stray files found."
|
||||
echo "running unit tests"
|
||||
echo "not running unit tests, shame shame"
|
||||
cd examples/
|
||||
python3 regression.py || die "Unit tests failed."
|
||||
#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/
|
||||
|
||||
Reference in New Issue
Block a user