make test: Re-enable syntax highlighting of TAP output in interactive runs
Fixes #692.
This commit is contained in:
parent
8072651b6c
commit
f564d11a41
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ test:
|
|||
for test in highlighters/*; do \
|
||||
if [ -d $$test/test-data ]; then \
|
||||
echo "Running test $${test##*/}"; \
|
||||
env -i QUIET=$$QUIET $(ZSH) -f tests/test-highlighting.zsh "$${test##*/}"; \
|
||||
env -i QUIET=$$QUIET $${TERM:+"TERM=$$TERM"} $(ZSH) -f tests/test-highlighting.zsh "$${test##*/}"; \
|
||||
: $$(( result |= $$? )); \
|
||||
fi \
|
||||
done; \
|
||||
|
|
Loading…
Reference in New Issue