Commit ce81ddd0 authored by Samuel Thibault's avatar Samuel Thibault
Browse files

rules: Prevent Xvfb from resetting between clients

it seems to be creating a period of time during which clients can't connect.
parent ca0708c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ at-spi2-core (2.34.0-2) UNRELEASED; urgency=medium
    /etc/at-spi2/accessibility.conf.
  * debian/tests/dbus-daemon: Send all dbus output to stdout, for
    debuggability.
  * rules: Prevent Xvfb from resetting between clients, it seems to be creating
    a period of time during which clients can't connect.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 11 Sep 2019 00:12:23 +0200

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ override_dh_auto_configure:
			-Ddocs=true

override_dh_auto_test:
	xvfb-run -a dbus-run-session -- dh_auto_test
	xvfb-run -s -noreset -a dbus-run-session -- dh_auto_test

override_dh_missing:
	dh_missing --fail-missing