[Fusionforge-commits] FusionForge branch master updated. 9491cb7e527e7b4b0851c8c5c94eaef8aea33d92

Sylvain Beucler beuc-inria at fusionforge.org
Fri Sep 12 10:42:08 CEST 2014


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  9491cb7e527e7b4b0851c8c5c94eaef8aea33d92 (commit)
       via  37feac0670bb53c3a162b48f4c2a50c5a9d1e777 (commit)
      from  a9fc159438192e9ea502dae4030b5e2ec271b86d (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 9491cb7e527e7b4b0851c8c5c94eaef8aea33d92
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Sep 12 10:41:52 2014 +0200

    testsuite: enable SSH tests in all suites

diff --git a/tests/func/40_SSH/sshTest.php b/tests/func/40_SSH/sshTest.php
index 146b1c9..39418ea 100644
--- a/tests/func/40_SSH/sshTest.php
+++ b/tests/func/40_SSH/sshTest.php
@@ -25,9 +25,6 @@ class SSHTest extends FForge_SeleniumTestCase
 {
 	function testSSH()
 	{
-		$this->skip_on_rpm_installs();
-		$this->skip_on_src_installs();
-
 		$this->init();
 
 		$this->uploadSshKey();

commit 37feac0670bb53c3a162b48f4c2a50c5a9d1e777
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Sep 12 10:40:10 2014 +0200

    testsuite: display usage for vnc-run-testsuite.sh

diff --git a/autoinstall/vnc-run-testsuite.sh b/autoinstall/vnc-run-testsuite.sh
index 3d89f77..d30ba8c 100755
--- a/autoinstall/vnc-run-testsuite.sh
+++ b/autoinstall/vnc-run-testsuite.sh
@@ -1,6 +1,13 @@
 #!/bin/bash
 # Wrapper to run the testsuite in a headless X server
 
+if [ -z "$1" ]; then
+    echo "$(basename $0): run a program in a headless X server"
+    echo "Usage: $0 program [params]"
+    echo "Ex: $0 $(dirname $0)/run-testsuite.sh deb/debian"
+    exit 1
+fi
+
 # Check vncserver
 if ! type vncserver 2>/dev/null
 then

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

Summary of changes:
 autoinstall/vnc-run-testsuite.sh |    7 +++++++
 tests/func/40_SSH/sshTest.php    |    3 ---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list