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