[Fusionforge-commits] r15563 - in trunk: . tests/scripts

Roland Mas lolando at fusionforge.org
Thu May 24 09:35:00 CEST 2012


Author: lolando
Date: 2012-05-24 09:34:59 +0200 (Thu, 24 May 2012)
New Revision: 15563

Modified:
   trunk/
   trunk/tests/scripts/fusionforge-build-and-test-src-deb.sh
Log:
Set VNC password

Modified: trunk/tests/scripts/fusionforge-build-and-test-src-deb.sh
===================================================================
--- trunk/tests/scripts/fusionforge-build-and-test-src-deb.sh	2012-05-24 07:01:44 UTC (rev 15562)
+++ trunk/tests/scripts/fusionforge-build-and-test-src-deb.sh	2012-05-24 07:34:59 UTC (rev 15563)
@@ -60,6 +60,10 @@
 fg
 echo $? > /root/phpunit.exitcode
 EOF
+ssh root@$HOST vncpasswd <<EOF
+password
+password
+EOF
 ssh root@$HOST "vncserver :1"
 sleep 5
 pid=$(ssh root@$HOST cat /root/phpunit.pid)




More information about the Fusionforge-commits mailing list