From 06b96e78c3377a0d88925d88d5d097b8cb8ac5ab Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 18 Dec 2014 20:52:36 +0100 Subject: [PATCH] test_full: output extra newline between suites/variants --- Makefile | 1 + 1 file changed, 1 insertion(+) 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.