#440: Make sure zsh's git hash is printed when testing against zsh master branch
Context: zsh-users/zsh-docker#2
This commit is contained in:
parent
ed90f0d2c9
commit
871041a939
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ clean:
|
|||||||
rm -f docs/all.md
|
rm -f docs/all.md
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@$(ZSH) --version
|
@$(ZSH) -fc 'echo $$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