Sfoglia il codice sorgente

#440: Print zsh version before tests

pull/443/head
Julien Nicoulaud 7 anni fa
parent
commit
46441b1c0d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: D713C40AA20BF77D
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Vedi File

@ -35,6 +35,7 @@ clean:
rm -f docs/all.md
test:
@$(ZSH) --version
@result=0; \
for test in highlighters/*; do \
if [ -d $$test/test-data ]; then \

Caricamento…
Annulla
Salva