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

Roland Mas lolando at fusionforge.org
Tue Jun 5 09:54:38 CEST 2012


Author: lolando
Date: 2012-06-05 09:54:37 +0200 (Tue, 05 Jun 2012)
New Revision: 15671

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-src-cos.sh
Log:
Trust $REMOTESELENIUM instead of trying to run an xterm

Modified: branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-src-cos.sh
===================================================================
--- branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-src-cos.sh	2012-06-04 14:27:54 UTC (rev 15670)
+++ branches/Branch_5_1/tests/scripts/fusionforge-build-and-test-src-cos.sh	2012-06-05 07:54:37 UTC (rev 15671)
@@ -131,7 +131,7 @@
 rsync -a --delete tests/ root@$HOST:/root/tests/
 
 echo "Run phpunit test on $HOST"
-if xterm -e "sh -c exit" 2>/dev/null
+if $REMOTESELENIUM
 then
 	ssh root@$HOST "yum install -y vnc-server ; mkdir -p /root/.vnc"
 	ssh root@$HOST "cat > /root/.vnc/xstartup ; chmod +x /root/.vnc/xstartup" <<EOF




More information about the Fusionforge-commits mailing list