mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-02-16 23:14:43 +02:00
fixup! Travis: test more Zsh versions
This commit is contained in:
parent
013675c98d
commit
8016ffc204
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=$$zsh ZDOTDIR=${CURDIR}/$$i cram --shell=$$zsh -v tests || ret=$$?; \
|
||||
SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i cram --shell=$(TEST_SHELL) -v tests || ret=$$?; \
|
||||
echo; \
|
||||
done; \
|
||||
exit $$ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user