[Fusionforge-commits] FusionForge branch master updated. v6.1-168-g2f96f96
Franck Villaume
nerville at libremir.placard.fr.eu.org
Wed Jan 9 14:14:47 CET 2019
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 2f96f96f4634e63e3c708a9410a2c9d46539c0a1 (commit)
from 41dc608533bb264af313b5f9899d04aa8e7c942a (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=2f96f96f4634e63e3c708a9410a2c9d46539c0a1
commit 2f96f96f4634e63e3c708a9410a2c9d46539c0a1
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Wed Jan 9 13:14:34 2019 +0000
new try with full path + binary for geckodriver
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 6d98b94..5f615e5 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -210,7 +210,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 -jar /usr/share/selenium/selenium-server.jar &
+java -Dwebdriver.gecko.driver=/usr/share/geckodriver/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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list