commit | c266d4533e854a045a77d3708a1fa56358b0a066 | [log] [tgz] |
---|---|---|
author | Petr Ruzicka <petr.ruzicka@gmail.com> | Wed Feb 07 15:52:42 2018 +0100 |
committer | Petr Ruzicka <petr.ruzicka@gmail.com> | Wed Feb 07 15:52:42 2018 +0100 |
tree | 33ff9dc3f1e77edfe56dc2c36acc0e4c49debfeb | |
parent | 2357f2a4db29caa4f65002b19fe828038fb283d7 [diff] |
Fix kernel limitation (https://github.com/pypa/virtualenv/issues/596) Change-Id: I50d729da3eb7a059ce95c7e5839164281210d17c
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3d1f1a1..8fe8deb 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -151,7 +151,7 @@ salt_run() { [ -e ${VENV_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate - salt-call ${SALT_OPTS} $* + python $(which salt-call) ${SALT_OPTS} $* } prepare() {