#440: Identify the output.
Useful when using, e.g., Debian's package, which outputs just "Debian" here.
This commit is contained in:
parent
871041a939
commit
e58800158a
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ clean:
|
|||||||
rm -f docs/all.md
|
rm -f docs/all.md
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@$(ZSH) -fc 'echo $$ZSH_PATCHLEVEL'
|
@$(ZSH) -fc 'echo ZSH_PATCHLEVEL=$$ZSH_PATCHLEVEL'
|
||||||
@result=0; \
|
@result=0; \
|
||||||
for test in highlighters/*; do \
|
for test in highlighters/*; do \
|
||||||
if [ -d $$test/test-data ]; then \
|
if [ -d $$test/test-data ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user