From 0526f26397c160fa4960f19c3155ce5c34db5ad8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 Feb 2010 12:09:00 -0800 Subject: Adding an printout for saying which display we created. --- tests/run-xvfb.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/run-xvfb.sh') diff --git a/tests/run-xvfb.sh b/tests/run-xvfb.sh index 3622dbf..63b6f0d 100644 --- a/tests/run-xvfb.sh +++ b/tests/run-xvfb.sh @@ -4,4 +4,5 @@ XID=`for id in 101 102 103 104 105 106 107 197 199 211 223 227 293 307 308 309 3 { Xvfb -ac -noreset -screen 0 800x600x16 :$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null >/dev/null 2>&1 & trap "kill -15 $! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } DISPLAY=:$XID export DISPLAY +echo Setting display: $DISPLAY fi -- cgit v1.2.3