Explorar el Código

Fixed typo in run_tests.sh file

Change-Id: I345ec121d984320bec4908b416ed6ec19f181c31
pull/70/merge
Jakub Josef hace 7 años
padre
commit
6f2f014205
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