1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-18 07:20:11 +03:00

test_full: output extra newline between suites/variants

This commit is contained in:
Daniel Hahler 2014-12-18 20:52:36 +01:00
parent be306b1178
commit 06b96e78c3

View File

@ -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.