[Fusionforge-commits] r11605 - branches/Branch_5_1/tests/func/Testing

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Nov 23 19:06:14 CET 2010


Author: aljeux
Date: 2010-11-23 19:06:14 +0100 (Tue, 23 Nov 2010)
New Revision: 11605

Modified:
   branches/Branch_5_1/tests/func/Testing/TarSeleniumRemoteSuite.php
Log:
Use rpms from 5.1 branch for tar tests

Modified: branches/Branch_5_1/tests/func/Testing/TarSeleniumRemoteSuite.php
===================================================================
--- branches/Branch_5_1/tests/func/Testing/TarSeleniumRemoteSuite.php	2010-11-23 12:46:41 UTC (rev 11604)
+++ branches/Branch_5_1/tests/func/Testing/TarSeleniumRemoteSuite.php	2010-11-23 18:06:14 UTC (rev 11605)
@@ -17,7 +17,7 @@
 			system("scp -p /tmp/timedhosts.txt root@".HOST.":/var/cache/yum/timedhosts.txt");
 		}
 
-		system("ssh root at centos52 'cd fusionforge-*; FFORGE_RPM_REPO=http://buildbot.fusionforge.org/job/fusionforge-trunk-build-and-test-rpm/ws/build/packages/ FFORGE_DB=fforge FFORGE_USER=gforge FFORGE_ADMIN_USER=ffadmin FFORGE_ADMIN_PASSWORD=ffadmin ./install.sh centos52.local'");
+		system("ssh root at centos52 'cd fusionforge-*; FFORGE_RPM_REPO=http://buildbot.fusionforge.org/job/fusionforge-Branch_5_1-build-and-test-rpm/ws/build/packages/ FFORGE_DB=fforge FFORGE_USER=gforge FFORGE_ADMIN_USER=ffadmin FFORGE_ADMIN_PASSWORD=ffadmin ./install.sh centos52.local'");
 
 		system("scp -p root@".HOST.":/var/cache/yum/timedhosts.txt /tmp/timedhosts.txt");
 




More information about the Fusionforge-commits mailing list