1
0
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:
Daniel Hahler 2017-04-23 20:13:42 +02:00
parent 38b4a64607
commit 418dff7c56

View File

@ -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