mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
#440: Print zsh version before tests
This commit is contained in:
parent
7e840ff2db
commit
46441b1c0d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -35,6 +35,7 @@ clean:
|
||||||
rm -f docs/all.md
|
rm -f docs/all.md
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@$(ZSH) --version
|
||||||
@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…
Add table
Add a link
Reference in a new issue