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 7b7c2b6fac2a17319ca48d64a6a778836db7b625 (commit)
from ce7f65bdaad3cc7c9129b8eb1797dd012ff52500 (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=7b7c2b6fac2a17319ca48d64a6a778836db7b625
commit 7b7c2b6fac2a17319ca48d64a6a778836db7b625
Author: Franck Villaume <[email protected]>
Date: Fri Aug 24 10:50:42 2018 +0000
centos: let try to downgrade firefox for selenium
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index b543816..dd6be15 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -90,12 +90,14 @@ install_selenium() {
yum install -y java-1.6.0
fi
yum --enablerepo=epel install -y php-phpunit-PHPUnit
php-phpunit-PHPUnit-Selenium psmisc patch net-tools
- # Install selenium (no packaged version available)
- SELENIUMMAJOR=3
- SELENIUMMINOR=14
- SELENIUMMICRO=0
+ # Firefox > 60 does not work with Selenium 2
+ yum downgrade -y firefox
fi
+ # Install selenium (no packaged version available)
+ SELENIUMMAJOR=2
+ SELENIUMMINOR=53
+ SELENIUMMICRO=1
SELENIUMURL=http://selenium-release.storage.googleapis.com/$SELENIUMMAJOR.$SELENIUMMINOR/selenium-server-standalone-$SELENIUMMAJOR.$SELENIUMMINOR.$SELENIUMMICRO.jar
mkdir -p /usr/share/selenium/
http_proxy=$PROXY wget -c $SELENIUMURL \
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits