awesome/tests
Uli Schlachter 4bfddbb3f8 tests/run.sh: Start Xvfb with -noreset
When using Xephyr, this already starts the server with -noreset, but for Xvfb we
also need this flag. Without this flag, the DPI value that is set via xrdb gets
lost at server reset.

This wasn't a problem before commit 6d4837a53a. That commit moved the launch
of the dbus session after the setting of the DPI. So previously, waiting for
server startup was half broken (the dbus session already tried to connect to the
server to check for when it shuts down), but due to this no server reset
occurred and thus the DPI was correctly applied. After this commit, the server
immediately resets after xrdb is done setting the DPI and the value set is lost.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-08-13 12:59:57 +02:00
..
_runner.lua tests/_runner.lua: use xpcall+traceback with step error handler 2015-07-22 13:52:47 +02:00
run.sh tests/run.sh: Start Xvfb with -noreset 2015-08-13 12:59:57 +02:00
test-focus.lua tests: cleanup, remove sleep/print 2015-07-18 15:08:27 +02:00
test-urgent.lua tests: use root.fake_input instead of xdotool 2015-08-10 23:04:19 +02:00