aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-03-11 23:48:08 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-03-11 23:48:08 +0100
commit04fecf21cb26bc72be233e24684b065f9572f036 (patch)
tree917a005d553cc16c50cd2e728d75fbc7f51e2c18 /tests
parent8dcf6e3c998de10b8989d5a66308c3dd424668e9 (diff)
parent0be5c8bcef961b60a8748ebdc63adc9a98cb8aef (diff)
downloadayatana-indicator-application-0.0.16-0ubuntu1.tar.gz
ayatana-indicator-application-0.0.16-0ubuntu1.tar.bz2
ayatana-indicator-application-0.0.16-0ubuntu1.zip
releasing version 0.0.16-0ubuntu10.0.16-0ubuntu1
Diffstat (limited to 'tests')
-rw-r--r--tests/run-xvfb.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-xvfb.sh b/tests/run-xvfb.sh
index 3622dbf..35737c2 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
+sleep 2
fi