diff options
| -rwxr-xr-x | run_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh index 0574643c5..786fa70c6 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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 |
