From fae6021cd12d4ed2984db5c4a8bdaafd35809e47 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 23 Apr 2017 21:48:39 +0200 Subject: [PATCH] Makefile: display Zsh version with test/test_full --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 170f2cf..676d810 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ override export ZDOTDIR:=$(abspath $(ZDOTDIR)) TEST_SHELL:=zsh test: + $(TEST_SHELL) --version cram --shell=$(TEST_SHELL) -v tests itest: @@ -14,6 +15,7 @@ itest: # Run tests with all ZDOTDIRs. test_full: + $(TEST_SHELL) --version ret=0; \ for i in $(wildcard tests/ZDOTDIR*); do \ echo "zsh=$zsh ZDOTDIR=$$i"; \