Explorar el Código

Fixed typo in run_tests.sh file

Change-Id: Ia4ca293176af1c3534fa13ba71789bfcc6d1a1fa
master
Jakub Josef hace 7 años
padre
commit
8cca9cc94e
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