mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
Makefile: test_full: use exit instead of return
This commit is contained in:
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'.
|
||||||
|
|||||||
Reference in New Issue
Block a user