diff options
author | Ted Gould <ted@gould.cx> | 2010-02-02 12:09:00 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-02 12:09:00 -0800 |
commit | 0526f26397c160fa4960f19c3155ce5c34db5ad8 (patch) | |
tree | c0c01515d74f87deb0a25748606f4e9d8e0a006f /tests | |
parent | 953e656562c2178a21880fc6cd5e43788994872a (diff) | |
download | libayatana-indicator-0526f26397c160fa4960f19c3155ce5c34db5ad8.tar.gz libayatana-indicator-0526f26397c160fa4960f19c3155ce5c34db5ad8.tar.bz2 libayatana-indicator-0526f26397c160fa4960f19c3155ce5c34db5ad8.zip |
Adding an printout for saying which display we created.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run-xvfb.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |