[Fusionforge-commits] r16507 - in branches/Branch_5_1: . tests/scripts

Roland Mas lolando at fusionforge.org
Fri Oct 12 10:48:48 CEST 2012


Author: lolando
Date: 2012-10-12 10:48:47 +0200 (Fri, 12 Oct 2012)
New Revision: 16507

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-deb.sh
Log:
Install xfonts-base for the testsuite

Modified: branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-deb.sh
===================================================================
--- branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-deb.sh	2012-10-12 07:25:22 UTC (rev 16506)
+++ branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-deb.sh	2012-10-12 08:48:47 UTC (rev 16507)
@@ -122,7 +122,7 @@
 if $REMOTESELENIUM
 then
 	echo "Run phpunit test on $HOST"
-	ssh root@$HOST "apt-get -y install vnc4server ; mkdir -p /root/.vnc"
+	ssh root@$HOST "apt-get -y install xfonts-base vnc4server ; mkdir -p /root/.vnc"
 	ssh root@$HOST "cat > /root/.vnc/xstartup ; chmod +x /root/.vnc/xstartup" <<EOF
 #! /bin/bash
 : > /root/phpunit.exitcode




More information about the Fusionforge-commits mailing list