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 a331eb75b1624909d1485b246df69fffeba7ec41 (commit)
from 2e9298d9960cdfaa42d739ba6d5fdae82d7ba89f (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=a331eb75b1624909d1485b246df69fffeba7ec41
commit a331eb75b1624909d1485b246df69fffeba7ec41
Author: Franck Villaume <[email protected]>
Date: Wed Feb 27 19:12:48 2019 +0100
try #2 to fix phpunit usage since the platform upgrade
diff --git a/tests/buildbot-configuration-phpunit.xml
b/tests/buildbot-configuration-phpunit.xml
index 958e2cb..f4edc28 100644
--- a/tests/buildbot-configuration-phpunit.xml
+++ b/tests/buildbot-configuration-phpunit.xml
@@ -1,7 +1,10 @@
<phpunit>
-<filter>
- <whitelist processUncoveredFilesFromWhitelist="true">
- <directory suffix=".php">../src</directory>
- </whitelist>
-</filter>
+ <filter>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">../src</directory>
+ </whitelist>
+ </filter>
+ <php>
+ <includePath>../src</includePath>
+ </php>
</phpunit>
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot-configuration-phpunit.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits