We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9092e commit 0c6eb18Copy full SHA for 0c6eb18
tests/vagrant.sh
@@ -74,7 +74,7 @@ DIR=$(dirname "$0")
74
75
if [[ ! -z ${PYTHON_VERSION} ]] && [[ ! -z ${ANSIBLE_VERSION} ]]; then
76
echo '[INFO] loading Python / Ansible virtualenv...'
77
- VIRTUALENV="${DIR}/../.tox/py${PYTHON_VERSION}-ansible${ANSIBLE_VERSION}/bin/activate"
+ VIRTUALENV="${DIR}/../.tox/py${PYTHON_VERSION}-ansible${ANSIBLE_VERSION}"
78
VIRTUALENV_NAME="py${PYTHON_VERSION}-ansible${ANSIBLE_VERSION}"
79
fi
80
@@ -98,5 +98,5 @@ do
98
. test_idempotence.sh
99
100
echo "[INFO] destroying ${box}..."
101
- vagrant destroy -f $box
+ #vagrant destroy -f $box
102
done
0 commit comments