[Fusionforge-commits] r10761 - trunk/tests/func

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Sep 28 18:24:41 CEST 2010


Author: lolando
Date: 2010-09-28 18:24:40 +0200 (Tue, 28 Sep 2010)
New Revision: 10761

Modified:
   trunk/tests/func/config.php.buildbot
Log:
Temporarily enabling PFO-RBAC on the buildbot

Modified: trunk/tests/func/config.php.buildbot
===================================================================
--- trunk/tests/func/config.php.buildbot	2010-09-28 16:22:32 UTC (rev 10760)
+++ trunk/tests/func/config.php.buildbot	2010-09-28 16:24:40 UTC (rev 10761)
@@ -25,7 +25,7 @@
 define('DB_NAME', getenv('DB_NAME'));
 define('DB_USER', 'gforge');
 define('DB_PASSWORD', '@@FFDB_PASS@@');
-define('DB_INIT_CMD', "ssh root@".HOST." 'cd /opt/tests/func 2>/dev/null || cd /usr/share/tests/func; CONFIGURED=true CONFIG_PHP=config.php.buildbot DB_NAME=".DB_NAME." php db_reload.php'");
+define('DB_INIT_CMD', "ssh root@".HOST." 'cd /opt/tests/func 2>/dev/null || cd /usr/share/tests/func; CONFIGURED=true CONFIG_PHP=config.php.buildbot DB_NAME=".DB_NAME." php db_reload.php ; touch /tmp/fusionforge-use-pfo-rbac'");
 
 // this should be an existing user of the forge together with its password
 // (the password should be different from 'xxxxxx')




More information about the Fusionforge-commits mailing list