diff --git a/infoscreen/templates/infoscreen_admin.html b/infoscreen/templates/infoscreen_admin.html index c7fb503..93ddc32 100644 --- a/infoscreen/templates/infoscreen_admin.html +++ b/infoscreen/templates/infoscreen_admin.html @@ -41,5 +41,4 @@ -{% include "webapp:footer.html" %} {% endblock body %} \ No newline at end of file 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