From 6a91336b0135ed26fd2a4dc2e9aa1615dc629cd3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 18 Nov 2015 19:25:34 +0100 Subject: [PATCH] Makefile: test_full: use exit instead of return --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.44.0