From b6bbb91479a5e51274d8ac1e5b743ccd8a88de6e Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Tue, 5 Dec 2017 00:22:14 +0200 Subject: [PATCH] complete-run.pl: accept the xvfb option from command line --- testcases/complete-run.pl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/testcases/complete-run.pl.in b/testcases/complete-run.pl.in index b7b39872..96b93bed 100755 --- a/testcases/complete-run.pl.in +++ b/testcases/complete-run.pl.in @@ -67,7 +67,7 @@ my $result = GetOptions( "valgrind" => \$options{valgrind}, "strace" => \$options{strace}, "xtrace" => \$options{xtrace}, - "xvfb" => \$options{xvfb}, + "xvfb!" => \$options{xvfb}, "display=s" => \@displays, "parallel=i" => \$parallel, "help|?" => \$help, @@ -485,6 +485,12 @@ C. Runs i3 under xtrace to trace X11 requests/replies. The output will be available in C. +=item B<--xvfb> + +=item B<--no-xvfb> + +Enable or disable running tests under Xvfb. Enabled by default. + =item B<--coverage-testing> Generates a test coverage report at C. Exits i3 cleanly -- 2.39.5