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 6432571291c6eb18d3658ffe0ec98c303c579cdd (commit)
from de7b80965b0b96372e448ae6f722b154e723ac9b (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=6432571291c6eb18d3658ffe0ec98c303c579cdd
commit 6432571291c6eb18d3658ffe0ec98c303c579cdd
Author: Franck Villaume <[email protected]>
Date: Wed Jan 9 12:13:40 2019 +0000
use latest geckodriver
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 43806de..1d44822 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -98,8 +98,8 @@ install_selenium() {
# Install GeckoDriver
GECKODRIVERMAJOR=0
- GECKODRIVERMINOR=19
- GECKODRIVERMICRO=1
+ GECKODRIVERMINOR=23
+ GECKODRIVERMICRO=0
GECKODRIVERURL=https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVERMAJOR.$GECKODRIVERMINOR.$GECKODRIVERMICRO/geckodriver-v$GECKODRIVERMAJOR.$GECKODRIVERMINOR.$GECKODRIVERMICRO-linux64.tar.gz
mkdir -p /usr/share/geckodriver/
http_proxy=$PROXY wget -c $GECKODRIVERURL \
@@ -209,7 +209,7 @@ killall -9 java || true
timeout=60
export
PATH=/usr/share/geckodriver:/usr/lib/iceweasel:/usr/lib/firefox-esr:/usr/lib64/firefox:$PATH
export LANG=C
-java -Dwebdriver.gecko.driver=/usr/share/geckodriver/geckodriver -jar
/usr/share/selenium/selenium-server.jar &
+java -Dwebdriver.gecko.driver=/usr/share/geckodriver -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