Explorar el Código

Merge "Fixed typo in run_tests.sh file"

pull/70/merge
Jakub Josef hace 7 años
padre
commit
4fdb43cae7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh Ver fichero

@@ -110,7 +110,7 @@ clean() {
}

salt_run() {
[ -e ${VEN_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate
[ -e ${VENV_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate
salt-call ${SALT_OPTS} $*
}


Cargando…
Cancelar
Guardar