From: Daniel Hahler Date: Thu, 18 Dec 2014 19:52:36 +0000 (+0100) Subject: test_full: output extra newline between suites/variants X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=06b96e78c3377a0d88925d88d5d097b8cb8ac5ab;p=zsh-autoenv.git test_full: output extra newline between suites/variants --- diff --git a/Makefile b/Makefile index db303fa..5c50ef4 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ test_full: for i in $(wildcard tests/ZDOTDIR*); do \ echo "ZDOTDIR=$$i"; \ ZDOTDIR=${PWD}/$$i cram --shell=zsh -v tests; \ + echo; \ done # Define targets for test files, with relative and abolute path.