complete-run.pl: accept the xvfb option from command line

This commit is contained in:
Orestis Floros 2017-12-05 00:22:14 +02:00
parent 458e2a2e46
commit b6bbb91479
1 changed files with 7 additions and 1 deletions

View File

@ -67,7 +67,7 @@ my $result = GetOptions(
"valgrind" => \$options{valgrind}, "valgrind" => \$options{valgrind},
"strace" => \$options{strace}, "strace" => \$options{strace},
"xtrace" => \$options{xtrace}, "xtrace" => \$options{xtrace},
"xvfb" => \$options{xvfb}, "xvfb!" => \$options{xvfb},
"display=s" => \@displays, "display=s" => \@displays,
"parallel=i" => \$parallel, "parallel=i" => \$parallel,
"help|?" => \$help, "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 Runs i3 under xtrace to trace X11 requests/replies. The output will be
available in C<latest/xtrace-for-$test.log>. 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> =item B<--coverage-testing>
Generates a test coverage report at C<latest/i3-coverage>. Exits i3 cleanly Generates a test coverage report at C<latest/i3-coverage>. Exits i3 cleanly