From: Daniel Hahler Date: Wed, 18 Nov 2015 18:25:34 +0000 (+0100) Subject: Makefile: test_full: use exit instead of return X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6a91336b0135ed26fd2a4dc2e9aa1615dc629cd3;p=zsh-autoenv.git Makefile: test_full: use exit instead of return --- diff --git a/Makefile b/Makefile index b43d709..ebfb971 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test_full: 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'.