mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-23 07:40:58 +02:00
fixup! fixup! fixup! fixup! fixup! fixup! Travis: test more Zsh versions
This commit is contained in:
parent
38b4a64607
commit
418dff7c56
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ test_full:
|
|||||||
ret=0; \
|
ret=0; \
|
||||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||||
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
||||||
SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i cram --shell=$(TEST_SHELL) -v tests || ret=$$(ret+1)); \
|
SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i cram --shell=$(TEST_SHELL) -v tests || ret=$$((ret+1)); \
|
||||||
echo; \
|
echo; \
|
||||||
done; \
|
done; \
|
||||||
exit $$ret
|
exit $$ret
|
||||||
|
Loading…
Reference in New Issue
Block a user