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

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Nov 25 19:23:26 CET 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  19bfb8ad94a987edd99655cbe4bc270c727f39c9 (commit)
      from  8673d34a5c0fc0cfaef4ec5347aa63357efcfe48 (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=19bfb8ad94a987edd99655cbe4bc270c727f39c9

commit 19bfb8ad94a987edd99655cbe4bc270c727f39c9
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Nov 25 19:23:07 2018 +0100

    debian: downgrade iceweasel as a quick workaround

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 8990439..c96f7e5 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -67,7 +67,7 @@ install_selenium() {
 	# psmisc for db_reload.sh:killall
 	# 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 wget default-jre iceweasel=52.9.0esr-1~deb9u1
 		if grep -q ^8 /etc/debian_version; then
 		    apt-get -y install phpunit phpunit-selenium patch psmisc patch rsyslog
 		else
@@ -78,10 +78,6 @@ install_selenium() {
 		    composer --no-plugins --no-scripts require phpunit/phpunit-selenium
 		    popd
 		fi
-		# Install selenium (no packaged version available)
-		SELENIUMMAJOR=2
-		SELENIUMMINOR=53
-		SELENIUMMICRO=1
 	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 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list