Przeglądaj źródła

Fixed shebang kernel limitation with virtualenv during test run (https://github.com/pypa/virtualenv/issues/596)

Change-Id: I8cdc66e322afeffd83300549bc341f20a2ea4f63
pull/6/merge
Jakub Josef 6 lat temu
rodzic
commit
5d955579fd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      tests/run_tests.sh

+ 2
- 2
tests/run_tests.sh Wyświetl plik

@@ -39,7 +39,7 @@ setup_virtualenv() {
log_info "Setting up Python virtualenv"
virtualenv $VENV_DIR
source ${VENV_DIR}/bin/activate
pip install salt${PIP_SALT_VERSION}
python -m pip install salt${PIP_SALT_VERSION}
}

setup_mock_bin() {
@@ -125,7 +125,7 @@ clean() {

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

prepare() {

Ładowanie…
Anuluj
Zapisz