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  4026984670be8e7308e3de3f82a46f288bebbc41 (commit)
      from  12992ac28cab45eb9250473a91c867efc65ec729 (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=4026984670be8e7308e3de3f82a46f288bebbc41

commit 4026984670be8e7308e3de3f82a46f288bebbc41
Author: Roland Mas <[email protected]>
Date:   Fri Apr 19 12:41:52 2019 +0200

    Patch appropriate file in PHPUnit

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 9a0ac99..b57e3bd 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -115,7 +115,7 @@ install_selenium() {
        grep -q "^$(hostname -i).*$(forge_get_config scm_host)" /etc/hosts || 
sed -i -e "s/^$(hostname -i).*/& $(forge_get_config scm_host)/" /etc/hosts
 
        #fix https://github.com/giorgiosironi/phpunit-selenium/issues/427
-       for i in /usr/share/*/PHPUnit/Extensions/Selenium2TestCase/Element.php 
./local/share/php/vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/Element.php
 ; do
+       for i in /usr/share/*/PHPUnit/Extensions/Selenium2TestCase/Element.php 
/usr/local/share/php/vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/Element.php
 ; do
            if [ -e "$i" ] ; then
        patch -N "$i" <<'EOF' || true
 --- Element.php.dist 2014-11-02 09:23:27.000000000 +0000

-----------------------------------------------------------------------

Summary of changes:
 tests/func_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to