complete-run.pl: automatically start Xdummy instances unless -d is specified

This makes running the testsuite incredibly easy:
    $ ./complete-run.pl
:)
This commit is contained in:
Michael Stapelberg
2011-11-07 23:04:45 +00:00
parent 8b887e8447
commit afc488021f
3 changed files with 124 additions and 10 deletions

@ -1,6 +1,8 @@
package SocketActivation;
# vim:ts=4:sw=4:expandtab
use strict;
use warnings;
use IO::Socket::UNIX; # core
use Cwd qw(abs_path); # core
use POSIX; # core