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, master has been updated
via c532381dbf76427a9823388137ad42e03bf96b2d (commit)
from 4389c9a3a006b6b11931eb0a4a1e9e1956b70372 (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=c532381dbf76427a9823388137ad42e03bf96b2d
commit c532381dbf76427a9823388137ad42e03bf96b2d
Author: Franck Villaume <[email protected]>
Date: Wed Jan 9 10:13:50 2019 +0000
upgrade to latest selenium
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 3beae1c..63d9e1c 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -89,8 +89,8 @@ install_selenium() {
# Install selenium (no packaged version available)
SELENIUMMAJOR=3
- SELENIUMMINOR=8
- SELENIUMMICRO=1
+ SELENIUMMINOR=141
+ SELENIUMMICRO=59
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 \
@@ -207,7 +207,7 @@ EOF
echo "Starting Selenium"
killall -9 java || true
timeout=60
-PATH=/usr/share/geckodriver:/usr/lib/iceweasel:/usr/lib/firefox-esr:/usr/lib64/firefox:$PATH
LANG=C java -jar /usr/share/selenium/selenium-server.jar -enablePassThrough
false &
+PATH=/usr/share/geckodriver:/usr/lib/iceweasel:/usr/lib/firefox-esr:/usr/lib64/firefox:$PATH
LANG=C java -jar /usr/share/selenium/selenium-server.jar &
pid=$!
i=0
while [ $i -lt $timeout ] && ! netstat -tnl 2>/dev/null | grep -q :4444 &&
kill -0 $pid 2>/dev/null; do
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits