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 2f5954d041397786e8650cfa0f26396a35c875ae (commit)
from b314778532bdcc08efb91041e7aa97561b0f6425 (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=2f5954d041397786e8650cfa0f26396a35c875ae
commit 2f5954d041397786e8650cfa0f26396a35c875ae
Author: Roland Mas <[email protected]>
Date: Tue Nov 10 18:18:47 2020 +0100
Try fixing testsuite on Debian 10
diff --git a/tests/code/syntax/SyntaxTest.php b/tests/code/syntax/SyntaxTest.php
index 96ca183..7e03dc0 100644
--- a/tests/code/syntax/SyntaxTest.php
+++ b/tests/code/syntax/SyntaxTest.php
@@ -31,7 +31,7 @@ class Syntax_Tests extends PHPUnit_Framework_TestCase
public function testPhpSyntax()
{
$root = dirname(dirname(dirname(dirname(__FILE__))));
- $output = `find $root/src $root/tests -name '*.php' -type f
-exec php -l {} \; | grep -v '^No syntax errors detected'`;
+ $output = `find $root/src $root/tests -path
$root/src/plugins/wiki/www/lib -prune -or -name '*.php' -type f -exec php -l
{} \; | grep -v '^No syntax errors detected'`;
$this->assertEquals('', $output);
}
-----------------------------------------------------------------------
Summary of changes:
tests/code/syntax/SyntaxTest.php | 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