1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-08 02:31:00 +02:00

Makefile: test_full: use exit instead of return

This commit is contained in:
Daniel Hahler 2015-11-18 19:25:34 +01:00
parent b68bedc562
commit 6a91336b01

View File

@ -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'.