diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test-in-container.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh index cdaef47..c71d278 100755 --- a/scripts/test-in-container.sh +++ b/scripts/test-in-container.sh @@ -15,6 +15,8 @@ if [ ! -e /var/run/sshd.pid ]; then fi ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts +ssh-keyscan 127.0.0.1 >> ${HOME}/.ssh/known_hosts +ssh-keyscan ::1 >> ${HOME}/.ssh/known_hosts # Run test python3 -m pytest ../test -v |