[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1-1-gb52d6dd

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Sep 28 11:47:33 CEST 2018


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  b52d6dd44bcf9b73cb439f93aa3a32c511a9ed66 (commit)
      from  acdc8d54927773fbdebf102551979011fb0c3126 (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=b52d6dd44bcf9b73cb439f93aa3a32c511a9ed66

commit b52d6dd44bcf9b73cb439f93aa3a32c511a9ed66
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Sep 28 09:47:26 2018 +0000

    fix firefox downgrade for centos

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index dd6be15..8990439 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -91,7 +91,7 @@ install_selenium() {
 		fi
 		yum --enablerepo=epel install -y php-phpunit-PHPUnit php-phpunit-PHPUnit-Selenium psmisc patch net-tools
 		# Firefox > 60 does not work with Selenium 2
-		yum downgrade -y firefox
+		yum downgrade -y firefox-52.8.0-1.el7.centos
 	fi
 
 	# Install selenium (no packaged version available)

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

Summary of changes:
 tests/func_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list