Exit early if tests fail, before pep8 is run.

This commit is contained in:
Naveed Massjouni 2011-04-20 16:27:33 -04:00
parent 33ca304f4c
commit 2ea651dad0

View File

@ -96,7 +96,7 @@ then
fi
fi
run_tests
run_tests || exit
# Also run pep8 if no options were provided.
if [ -z "$noseargs" ]; then