Return non-zero if either unit tests or pep8 fails.
This commit is contained in:
parent
ff9ec3576c
commit
96a7787874
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user