diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 16:18:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 16:18:48 -0600 |
commit | 837d67948cfa29fc99f5b1336c8ef0ca1eb45e99 (patch) | |
tree | 921181b7e62b0a95efc9312f87564338c51745ce /tests/run-xvfb.sh | |
parent | 9504966c66f3241612afe27b52fcd8745052afa2 (diff) | |
parent | bf1f1526eb6d0c220dba945d42ab72c6f6a1d636 (diff) | |
download | ayatana-indicator-application-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.tar.gz ayatana-indicator-application-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.tar.bz2 ayatana-indicator-application-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.zip |
* Upstream release 0.0.16
* Use libindicator icon loading helper
* Workaround for label changes on GtkActions
* Testing fix for using xvfb
Diffstat (limited to 'tests/run-xvfb.sh')
-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..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 |