Explorar el Código

Fixed typo in run_tests.sh file

Change-Id: I8e14a443b25155465efcec80f6568d7c5a717c2b
pull/16/merge
Jakub Josef hace 7 años
padre
commit
8227efbf22
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

@@ -124,7 +124,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