From 3e243a091618556e9fc9d883cdf43aa8125cda39 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 14:16:39 +0200 Subject: [PATCH] test --- run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests b/run_tests index ed797d6..4ab70da 100755 --- a/run_tests +++ b/run_tests @@ -7,7 +7,7 @@ source $VIRTUAL_ENV/bin/activate || true if ! [ -t ~/.ssh/id_rsa ]; then ssh-keygen -t rsa -f ~/.ssh/id_rsa -P '' || exit 1 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys || exit 1 - ssh -oStrictHostKeyChecking=accept-new localhost true || exit 1 + ssh -oStrictHostKeyChecking=no localhost true || exit 1 fi coverage run --source bin.zfs_autobackup -m unittest -v $@