summaryrefslogtreecommitdiff
path: root/scripts/test-in-container.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-in-container.sh')
-rwxr-xr-xscripts/test-in-container.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh
index 49891c7..1e003b3 100755
--- a/scripts/test-in-container.sh
+++ b/scripts/test-in-container.sh
@@ -13,5 +13,7 @@ if [ ! -e /var/run/sshd.pid ]; then
/usr/sbin/sshd
fi
+ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts
+
# Run test
python3 -m pytest ../test -v