]> git.sur5r.net Git - i3/i3/commitdiff
testsuite: add hint about missing DUMMY Xorg module
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Aug 2012 15:22:20 +0000 (17:22 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Aug 2012 15:22:20 +0000 (17:22 +0200)
testcases/lib/StartXDummy.pm

index 68ca79f68a6dd63585136b43921f1e95cdec36bb..f2ebcadd16fb1f67ee87e040fe880f244da39002 100644 (file)
@@ -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;
     };