mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-08 10:40:59 +02:00
Makefile: test_full: use exit instead of return
This commit is contained in:
parent
b68bedc562
commit
6a91336b01
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ test_full:
|
|||||||
echo; \
|
echo; \
|
||||||
done; \
|
done; \
|
||||||
done; \
|
done; \
|
||||||
return $$ret
|
exit $$ret
|
||||||
|
|
||||||
# Define targets for test files, with relative and abolute path.
|
# Define targets for test files, with relative and abolute path.
|
||||||
# Use verbose output, which is useful with Vim's 'errorformat'.
|
# Use verbose output, which is useful with Vim's 'errorformat'.
|
||||||
|
Loading…
Reference in New Issue
Block a user