mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 23: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; \
|
||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||
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; \
|
||||
done; \
|
||||
exit $$ret
|
||||
|
Loading…
Reference in New Issue
Block a user