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.0 has been updated
via 1674217917d9e80b559dfa566386a81a046940ed (commit)
via d4d9992977e9c57b390814e138144906f3244214 (commit)
from b6c3db5ad9ba7d9695d473c56004045c9f792aaf (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=1674217917d9e80b559dfa566386a81a046940ed
commit 1674217917d9e80b559dfa566386a81a046940ed
Author: Sylvain Beucler <[email protected]>
Date: Fri Sep 4 17:02:27 2015 +0200
testsuite: fix mediawiki install (again)
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index ad67f7d..696fb5a 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -58,7 +58,7 @@ fi
install-plugin-blocks install-plugin-moinmoin \
install-plugin-online_help install-plugin-taskboard
install-plugin-message
if [ -e /etc/debian_version ]; then
- install-plugin-mediawiki
+ make install-plugin-mediawiki
fi
make post-install
)
diff --git a/tests/func/Testing/SeleniumForge.php b/tests/func/SeleniumForge.php
similarity index 100%
rename from tests/func/Testing/SeleniumForge.php
rename to tests/func/SeleniumForge.php
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d4d9992977e9c57b390814e138144906f3244214
commit d4d9992977e9c57b390814e138144906f3244214
Author: Sylvain Beucler <[email protected]>
Date: Fri Sep 4 17:02:06 2015 +0200
testsuite: remove config.php double loading
diff --git a/tests/func_tests.php b/tests/func_tests.php
index dbab156..a87a0d7 100644
--- a/tests/func_tests.php
+++ b/tests/func_tests.php
@@ -8,9 +8,6 @@ if (!@include_once 'PHPUnit/Autoload.php') {
require_once 'PHPUnit/TextUI/TestRunner.php';
}
-$config = getenv('CONFIG_PHP') ? getenv('CONFIG_PHP'): 'func/config.php';
-require_once $config;
-
class AllTests
{
public static function main()
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install-src.sh | 2 +-
tests/func/{Testing => }/SeleniumForge.php | 0
tests/func_tests.php | 3 ---
3 files changed, 1 insertion(+), 4 deletions(-)
rename tests/func/{Testing => }/SeleniumForge.php (100%)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits