diff --git a/etc/hooks/post-commit b/etc/hooks/post-commit index d3b3ad3..7286aea 100755 --- a/etc/hooks/post-commit +++ b/etc/hooks/post-commit @@ -11,7 +11,7 @@ fi # Trigger cleanup if tests are interrupted. cleanup() { - printf "\033[31mTests aborted.\033[0m" + printf "\033[31mTests aborted.\033[0m\n"; rm -rf "$root/.test"; exit; }