[Fusionforge-commits] r11093 - trunk/tests/func/Testing
Christian Bayle
cbayle at libremir.placard.fr.eu.org
Wed Oct 20 22:11:34 CEST 2010
Author: cbayle
Date: 2010-10-20 22:11:34 +0200 (Wed, 20 Oct 2010)
New Revision: 11093
Modified:
trunk/tests/func/Testing/DEBSeleniumRemoteSuite.php
Log:
Remove frontend warning
Modified: trunk/tests/func/Testing/DEBSeleniumRemoteSuite.php
===================================================================
--- trunk/tests/func/Testing/DEBSeleniumRemoteSuite.php 2010-10-20 20:06:14 UTC (rev 11092)
+++ trunk/tests/func/Testing/DEBSeleniumRemoteSuite.php 2010-10-20 20:11:34 UTC (rev 11093)
@@ -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 Fusionforge-commits
mailing list