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  2e9298d9960cdfaa42d739ba6d5fdae82d7ba89f (commit)
      from  b3844c49e2fe0bfa79780482ffb2c30e819e1da2 (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=2e9298d9960cdfaa42d739ba6d5fdae82d7ba89f

commit 2e9298d9960cdfaa42d739ba6d5fdae82d7ba89f
Author: Franck Villaume <[email protected]>
Date:   Wed Feb 27 18:44:48 2019 +0100

    try #1 to fix phpunit usage since the platform upgrade

diff --git a/tests/buildbot-configuration-phpunit.xml 
b/tests/buildbot-configuration-phpunit.xml
new file mode 100644
index 0000000..958e2cb
--- /dev/null
+++ b/tests/buildbot-configuration-phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit>
+<filter>
+  <whitelist processUncoveredFilesFromWhitelist="true">
+    <directory suffix=".php">../src</directory>
+  </whitelist>
+</filter>
+</phpunit>
diff --git a/tests/buildbot/fusionforge-unit_tests.sh 
b/tests/buildbot/fusionforge-unit_tests.sh
index 0085487..6dab98d 100755
--- a/tests/buildbot/fusionforge-unit_tests.sh
+++ b/tests/buildbot/fusionforge-unit_tests.sh
@@ -9,7 +9,8 @@ prepare_workspace
 
 # apt-get install pcregrep moreutils xalan
 cd tests/
-phpunit --log-junit $WORKSPACE/reports/phpunit.xml \
+phpunit --configuration buildbot-configuration-phpunit.xml \
+       --log-junit $WORKSPACE/reports/phpunit.xml \
        --coverage-clover $WORKSPACE/reports/coverage/clover.xml \
        --coverage-html $WORKSPACE/reports/coverage/ \
        code_and_unit_tests.php

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

Summary of changes:
 tests/buildbot-configuration-phpunit.xml | 7 +++++++
 tests/buildbot/fusionforge-unit_tests.sh | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 tests/buildbot-configuration-phpunit.xml


hooks/post-receive
-- 
FusionForge

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

Reply via email to