testsuite: add hint about missing DUMMY Xorg module

This commit is contained in:
Michael Stapelberg 2012-08-22 17:22:20 +02:00
parent 7cadc40846
commit 6e75dc7e0e
1 changed files with 3 additions and 0 deletions

View 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;
};