[Fusionforge-commits] FusionForge branch master updated. 51b7d99024a4521a096c0795758b076aa3a65d19

Roland Mas lolando at fusionforge.org
Sun Nov 25 18:12:56 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  51b7d99024a4521a096c0795758b076aa3a65d19 (commit)
      from  2769a01334f880e194916d18189d340afa97e48f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 51b7d99024a4521a096c0795758b076aa3a65d19
Author: Roland Mas <lolando at debian.org>
Date:   Sun Nov 25 18:12:43 2012 +0100

    Don't perform host key checks in testsuite

diff --git a/tests/func/vncxstartsuite.sh b/tests/func/vncxstartsuite.sh
index d5a3d23..e8e44f0 100755
--- a/tests/func/vncxstartsuite.sh
+++ b/tests/func/vncxstartsuite.sh
@@ -59,12 +59,16 @@ password
 password
 EOF
 
-# Setup ssh key
+# Setup ssh key and parameters
+cd
+mkdir -p .ssh
 if ! [ -e .ssh/id_rsa.pub ] ; then
-    mkdir -p .ssh
     ssh-keygen -f .ssh/id_rsa -N ''
     cat .ssh/id_rsa.pub >> .ssh/authorized_keys
 fi
+if ! grep -q StrictHostKeyChecking .ssh/config ; then
+    echo StrictHostKeyChecking no >> .ssh/config
+fi
 
 # Start vnc server (that will start phpunit)
 vncserver :1

-----------------------------------------------------------------------

Summary of changes:
 tests/func/vncxstartsuite.sh |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list