Makefile | 2 +- diff --git a/Makefile b/Makefile index b43d7097990801d24614fc827a80f1c7f958ac42..ebfb971e82b8bfed129e67c11d94ee9ed328cc1c 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ SHELL=$$zsh ZDOTDIR=${CURDIR}/$$i cram --shell=zsh -v tests || ret=$$?; \ echo; \ done; \ done; \ - return $$ret + exit $$ret # Define targets for test files, with relative and abolute path. # Use verbose output, which is useful with Vim's 'errorformat'.