#440: Print zsh version before tests

This commit is contained in:
Julien Nicoulaud 2017-08-01 00:37:28 +02:00
parent 7e840ff2db
commit 46441b1c0d
No known key found for this signature in database
GPG key ID: D713C40AA20BF77D

View file

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