#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

View File

@@ -35,6 +35,7 @@ clean:
rm -f docs/all.md rm -f docs/all.md
test: test:
@$(ZSH) --version
@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 \