Return non-zero if either unit tests or pep8 fails.

This commit is contained in:
Soren Hansen 2011-01-19 23:15:20 +01:00
parent ff9ec3576c
commit 96a7787874

View File

@ -71,6 +71,4 @@ then
fi
fi
run_tests
pep8 --repeat --show-pep8 --show-source bin/* nova setup.py
run_tests && pep8 --repeat --show-pep8 --show-source bin/* nova setup.py || exit 1