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  cff8b24cd180024ec7fdd42cf2343f0ae51127f7 (commit)
      from  04a091f691a952bfb3facad8ad061f91d1ed44dd (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=cff8b24cd180024ec7fdd42cf2343f0ae51127f7

commit cff8b24cd180024ec7fdd42cf2343f0ae51127f7
Author: Roland Mas <[email protected]>
Date:   Tue Nov 10 18:59:30 2020 +0100

    Try fixing testsuite on Debian 10

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index a0358eb..e4ffce6 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -43,7 +43,7 @@ if [ -e /etc/debian_version ]; then
                        fonts-dejavu-core
                apt-get -y install mediawiki -t jessie-backports
        else
-               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-soap php-mbstring php-pear \
+               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-soap php-mbstring phpunit php-pear \
                         ca-certificates \
                        libapache2-mpm-itk libapache2-mod-svn \
                        libapache2-mod-php \
diff --git a/tests/code_and_unit_tests.php b/tests/code_and_unit_tests.php
index e62f3cf..d3089fa 100644
--- a/tests/code_and_unit_tests.php
+++ b/tests/code_and_unit_tests.php
@@ -18,6 +18,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
+
 if (!defined('PHPUnit_MAIN_METHOD')) {
        define('PHPUnit_MAIN_METHOD', 'AllTests::main');
 }

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

Summary of changes:
 autoinstall/install-src.sh    | 2 +-
 tests/code_and_unit_tests.php | 1 +
 2 files changed, 2 insertions(+), 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