mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-25 16:31:00 +02:00
test_full: output extra newline between suites/variants
This commit is contained in:
parent
be306b1178
commit
06b96e78c3
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ test_full:
|
|||||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||||
echo "ZDOTDIR=$$i"; \
|
echo "ZDOTDIR=$$i"; \
|
||||||
ZDOTDIR=${PWD}/$$i cram --shell=zsh -v tests; \
|
ZDOTDIR=${PWD}/$$i cram --shell=zsh -v tests; \
|
||||||
|
echo; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Define targets for test files, with relative and abolute path.
|
# Define targets for test files, with relative and abolute path.
|
||||||
|
Loading…
Reference in New Issue
Block a user