complete-run.pl: accept the xvfb option from command line
This commit is contained in:
parent
458e2a2e46
commit
b6bbb91479
|
@ -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<latest/strace-for-$test.log>.
|
|||
Runs i3 under xtrace to trace X11 requests/replies. The output will be
|
||||
available in C<latest/xtrace-for-$test.log>.
|
||||
|
||||
=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<latest/i3-coverage>. Exits i3 cleanly
|
||||
|
|
Loading…
Reference in New Issue