From 46441b1c0dec1016dd0ce5fb19a81a9f75eaea83 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Tue, 1 Aug 2017 00:37:28 +0200 Subject: [PATCH] #440: Print zsh version before tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f454324..14475a5 100644 --- a/Makefile +++ b/Makefile @@ -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 \