make test: Re-enable syntax highlighting of TAP output in interactive runs

Fixes #692.
This commit is contained in:
Daniel Shahaf 2020-03-15 18:10:18 +00:00
parent 8072651b6c
commit f564d11a41

View file

@ -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; \