diff --git a/tests/scripts/install.sh b/tests/scripts/install.sh index d7b81c1..e3941b8 100755 --- a/tests/scripts/install.sh +++ b/tests/scripts/install.sh @@ -36,9 +36,11 @@ cd ./ssh2-python pip${PYTHON_VERSION} uninstall -y ssh2-python pip${PYTHON_VERSION} install -e ./ cd ../../ -if [ -n CI_SYSTEM ] + +if [ -n CI_SYSTEM ]; then mkdir /run/sshd fi + eval "$(ssh-agent \-s)" chmod 600 ./tests/ssh_host_key ssh-add ./tests/ssh_host_key