diff --git a/scripts/git/pre-push b/scripts/git/pre-push index 45fc43c..32e81dc 100755 --- a/scripts/git/pre-push +++ b/scripts/git/pre-push @@ -19,7 +19,7 @@ npm test printf "${PURPLE}pycodestyle tests...${NC}\n" pycodestyle . printf "${PURPLE}unit tests...${NC}\n" -python manage.py test --noinput +python -Wall manage.py test --noinput set +e printf "${PURPLE}Tests passed.${NC}\n" \ No newline at end of file