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 ce7f65bdaad3cc7c9129b8eb1797dd012ff52500 (commit)
from 0eef4a8b26727ed4d86fee33cbf17c6e2f78a54c (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=ce7f65bdaad3cc7c9129b8eb1797dd012ff52500
commit ce7f65bdaad3cc7c9129b8eb1797dd012ff52500
Author: Franck Villaume <[email protected]>
Date: Thu Aug 23 09:46:04 2018 +0000
debian firefox not supported by selenium 3
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index a201f18..b543816 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -78,6 +78,10 @@ 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
@@ -86,12 +90,12 @@ 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
fi
- # Install selenium (no packaged version available)
- SELENIUMMAJOR=3
- SELENIUMMINOR=14
- SELENIUMMICRO=0
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 | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits