[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1alpha0-54-g6192e8b

Roland Mas lolando at libremir.placard.fr.eu.org
Mon Oct 30 22:53:59 CET 2017


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  6192e8b01f1e262279d4832e42f5902c3237942e (commit)
      from  e57f72663f3a5f809830afb28dff4e7e15b6856e (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=6192e8b01f1e262279d4832e42f5902c3237942e

commit 6192e8b01f1e262279d4832e42f5902c3237942e
Author: Roland Mas <lolando at debian.org>
Date:   Mon Oct 30 22:53:27 2017 +0100

    Add current firefox-esr path to $PATH

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 1cf9bd8..469cd96 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -196,7 +196,7 @@ EOF
 echo "Starting Selenium"
 killall -9 java || true
 timeout=60
-PATH=/usr/lib/iceweasel:/usr/lib64/firefox:$PATH LANG=C java -jar /usr/share/selenium/selenium-server.jar -trustAllSSLCertificates -singleWindow &
+PATH=/usr/lib/iceweasel:/usr/lib/firefox-esr:/usr/lib64/firefox:$PATH LANG=C java -jar /usr/share/selenium/selenium-server.jar -trustAllSSLCertificates -singleWindow &
 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