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  7d67d6458059f0b121ef8906ba65cd900aee439c (commit)
       via  60b80f0346dc5d0b202b85678673e9689a32202f (commit)
      from  9b28caaf84bcb023f3c452fea6eb9a2a872f9015 (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=7d67d6458059f0b121ef8906ba65cd900aee439c

commit 7d67d6458059f0b121ef8906ba65cd900aee439c
Author: Roland Mas <lola...@debian.org>
Date:   Tue Jul 30 15:40:31 2019 +0200

    Start porting to PHPUnit 7

diff --git a/tests/code_and_unit_tests.php b/tests/code_and_unit_tests.php
index 6385b88..8625c41 100644
--- a/tests/code_and_unit_tests.php
+++ b/tests/code_and_unit_tests.php
@@ -36,7 +36,7 @@ class AllTests {
        }
 
        public static function suite() {
-               $suite = new PHPUnit_Framework_TestSuite('PHPUnit');
+               $suite = new PHPUnit\Framework\TestSuite('PHPUnit');
 
                // Unit tests
                $suite->addTestFiles(glob("unit/*/*Test.php"));

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=60b80f0346dc5d0b202b85678673e9689a32202f

commit 60b80f0346dc5d0b202b85678673e9689a32202f
Author: Roland Mas <lola...@debian.org>
Date:   Tue Jul 30 15:27:11 2019 +0200

    Remove workaround for Centos7 (no longer needed in Debian 10's LXC)

diff --git a/tests/buildbot/lxc-wrapper b/tests/buildbot/lxc-wrapper
index 346090a..e93eedc 100755
--- a/tests/buildbot/lxc-wrapper
+++ b/tests/buildbot/lxc-wrapper
@@ -24,10 +24,6 @@ case "$host" in
                ;;
 esac
 
-# Work-around systemd-journald taking 100% CPU in Centos7
-if ! grep -q '^lxc.kmsg = 0' /usr/share/lxc/config/centos.common.conf; then
-    echo 'lxc.kmsg = 0' >> /usr/share/lxc/config/centos.common.conf
-fi
 # TODO: don't modify the side-wide configuration
 # ?
 sed -i -e 's/lxc.cap.drop = mac_admin mac_override.*/lxc.cap.drop = mac_admin 
mac_override/' /usr/share/lxc/config/centos.common.conf

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

Summary of changes:
 tests/buildbot/lxc-wrapper    | 4 ----
 tests/code_and_unit_tests.php | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to