Explorar el Código

'make test': Pass -f to zsh to minimize environmental variation.

pull/214/head
Daniel Shahaf hace 9 años
padre
commit
bde1c83af1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -22,7 +22,7 @@ test:
@for test in highlighters/*; do \
if [ -d $$test/test-data ]; then \
echo "Running test $${test##*/}"; \
zsh tests/test-highlighting.zsh "$${test##*/}"; \
zsh -f tests/test-highlighting.zsh "$${test##*/}"; \
: $$(( result |= $$? )); \
fi \
done

Cargando…
Cancelar
Guardar