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
1 changed files with 1 additions and 1 deletions

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