mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-23 21:56:49 +02:00
fixup! Travis: test more Zsh versions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user