[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1beta2-79-gf310d1a

Franck Villaume nerville at libremir.placard.fr.eu.org
Wed Mar 21 18:27:37 CET 2018


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  f310d1a516cd1e0315217c34afb1dc86ff0e70e3 (commit)
      from  3a616c1e9b7a0d2e67454c5e97d5cccdd96c383e (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=f310d1a516cd1e0315217c34afb1dc86ff0e70e3

commit f310d1a516cd1e0315217c34afb1dc86ff0e70e3
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Mar 21 17:27:33 2018 +0000

    disable multiSCM on rpm & src until bzr to work

diff --git a/tests/func/55_PluginsScmMulti/multiSCMTest.php b/tests/func/55_PluginsScmMulti/multiSCMTest.php
index e73b435..cc3eaa7 100644
--- a/tests/func/55_PluginsScmMulti/multiSCMTest.php
+++ b/tests/func/55_PluginsScmMulti/multiSCMTest.php
@@ -28,6 +28,9 @@ class multiSCMTest extends FForge_SeleniumTestCase
 
 	function testMultiSCM()
 	{
+		$this->skip_on_rpm_installs();
+		$this->skip_on_src_installs();
+
 		$this->loadAndCacheFixture();
 
 		$this->changeConfig(array("core" => array("allow_multiple_scm" => "yes")));

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

Summary of changes:
 tests/func/55_PluginsScmMulti/multiSCMTest.php | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list