#!/bin/sh
# commit using this shell script; it runs the tests and lets you
# see if you forgot to svn add something.

(cd tests; python flake_all.py)
(cd tests; python runAllTests.py)
echo "Hit ^C to fix something"
read
svn status
echo "Hit ^C to add something, else proceeding to commit"
read
svn commit