From: Michael Stapelberg Date: Wed, 22 Aug 2012 15:22:20 +0000 (+0200) Subject: testsuite: add hint about missing DUMMY Xorg module X-Git-Tag: 4.3~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e75dc7e0eca9894f315854e6497e7c26b8c889b;p=i3%2Fi3 testsuite: add hint about missing DUMMY Xorg module --- diff --git a/testcases/lib/StartXDummy.pm b/testcases/lib/StartXDummy.pm index 68ca79f6..f2ebcadd 100644 --- a/testcases/lib/StartXDummy.pm +++ b/testcases/lib/StartXDummy.pm @@ -80,6 +80,9 @@ sub start_xdummy { return unless @pids == 0; print STDERR "All Xdummy processes died.\n"; print STDERR "Use ./complete-run.pl --parallel 1 --keep-xdummy-output\n"; + print STDERR ""; + print STDERR "A frequent cause for this is missing the DUMMY Xorg module,\n"; + print STDERR "package xserver-xorg-video-dummy on Debian.\n"; exit 1; };