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, 6.1 has been updated
       via  c1c350333e9d8902a50b8e8696cb72425c98a4e4 (commit)
      from  3857a3e51705554f2583650843336c9224ef2e14 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c1c350333e9d8902a50b8e8696cb72425c98a4e4

commit c1c350333e9d8902a50b8e8696cb72425c98a4e4
Author: Roland Mas <[email protected]>
Date:   Sat Oct 28 15:53:56 2017 +0200

    Install phpunit-selenium with composer on Debian >= 9

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index b9fd693..0a7c5a3 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -68,7 +68,12 @@ install_selenium() {
        # rsyslog to get e.g. sshd error log
        if [ -e /etc/debian_version ]; then
                apt-get -y install wget default-jre iceweasel
-               apt-get -y install phpunit phpunit-selenium patch psmisc patch 
rsyslog
+               if grep -q ^8 /etc/debian_version; then
+                   apt-get -y install phpunit phpunit-selenium patch psmisc 
patch rsyslog
+               else
+                   apt-get -y install php-curl unzip composer patch psmisc 
patch rsyslog
+                   composer --no-plugins --no-scripts require 
phpunit/phpunit-selenium
+               fi
        else
                yum -y install wget firefox
                if yum list java-1.7.0-openjdk >/dev/null 2>&1 ; then

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

Summary of changes:
 tests/func_tests.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to