[evolvis-commits] r16865: Disable cron on Debian testsuite too

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 01:44:42 CET 2011


Author: mirabilos
Date: 2011-03-01 01:44:42 +0100 (Tue, 01 Mar 2011)
New Revision: 16865

Modified:
   trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php
Log:
Disable cron on Debian testsuite too

Modified: trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php	2011-03-01 00:44:39 UTC (rev 16864)
+++ trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php	2011-03-01 00:44:42 UTC (rev 16865)
@@ -29,6 +29,7 @@
 		system("ssh root@".HOST." 'LANG=C touch /tmp/fusionforge-use-pfo-rbac'");
 		system("scp ../tests/func/db_reload.sh root@".HOST.":");
 		system("ssh root@".HOST." 'su - postgres -c \"pg_dump -Fc gforge\" > /root/dump'") ;
+		system("ssh root@".HOST." 'invoke-rc.d cron stop'");
 	}
 }
 ?>



More information about the evolvis-commits mailing list