[evolvis-commits] r16318: Remove frontend warn?==?UTF-8?Q?ing↵

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 01:08:15 CET 2011


Author: mirabilos
Date: 2011-03-01 01:08:15 +0100 (Tue, 01 Mar 2011)
New Revision: 16318

Modified:
   trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php
Log:
Remove frontend warning


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:08:10 UTC (rev 16317)
+++ trunk/gforge_base/evolvisforge-5.1/tests/func/Testing/DEBSeleniumRemoteSuite.php	2011-03-01 00:08:15 UTC (rev 16318)
@@ -18,7 +18,7 @@
 		sleep(5);
 		
 		system("ssh root@".HOST." 'apt-get update'");
-		system("ssh root@".HOST." 'UCF_FORCE_CONFFNEW=yes LANG=C apt-get -y --force-yes install postgresql-contrib fusionforge-full'");
+		system("ssh root@".HOST." 'UCF_FORCE_CONFFNEW=yes DEBIAN_FRONTEND=noninteractive LANG=C apt-get -y --force-yes install postgresql-contrib fusionforge-full'");
 		system("ssh root@".HOST." 'LANG=C a2dissite default'");
 		system("ssh root@".HOST." 'LANG=C invoke-rc.d apache2 reload'");
 	}



More information about the evolvis-commits mailing list