mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-30 02:10:58 +02:00
fixup! Travis: test more Zsh versions
This commit is contained in:
parent
fae6021cd1
commit
8b49e6412d
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ test_full:
|
|||||||
$(TEST_SHELL) --version
|
$(TEST_SHELL) --version
|
||||||
ret=0; \
|
ret=0; \
|
||||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||||
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
echo "== 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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user