Exit early if tests fail, before pep8 is run.
This commit is contained in:
parent
33ca304f4c
commit
2ea651dad0
@ -96,7 +96,7 @@ then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_tests
|
run_tests || exit
|
||||||
|
|
||||||
# Also run pep8 if no options were provided.
|
# Also run pep8 if no options were provided.
|
||||||
if [ -z "$noseargs" ]; then
|
if [ -z "$noseargs" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user