#440: Make sure zsh's git hash is printed when testing against zsh master branch

Context: zsh-users/zsh-docker#2
This commit is contained in:
Julien Nicoulaud 2017-08-01 18:31:11 +02:00
parent ed90f0d2c9
commit 871041a939
No known key found for this signature in database
GPG key ID: D713C40AA20BF77D

View file

@ -36,7 +36,7 @@ clean:
rm -f docs/all.md rm -f docs/all.md
test: test:
@$(ZSH) --version @$(ZSH) -fc 'echo $$ZSH_PATCHLEVEL'
@result=0; \ @result=0; \
for test in highlighters/*; do \ for test in highlighters/*; do \
if [ -d $$test/test-data ]; then \ if [ -d $$test/test-data ]; then \