mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Attempt to turn on additional build tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -150,6 +150,10 @@ sub xref_by_man {
|
||||
my %ignore = map { $_ => 1 } qw(-l -s -t --latest --size --type);
|
||||
next if $man =~ /-inspect/ && $ignore{$k};
|
||||
|
||||
# Special case: podman-diff serves dual purpose (image, ctr)
|
||||
my %diffignore = map { $_ => 1 } qw(-l --latest );
|
||||
next if $man =~ /-diff/ && $diffignore{$k};
|
||||
|
||||
# Special case: the 'trust' man page is a mess
|
||||
next if $man =~ /-trust/;
|
||||
|
||||
|
Reference in New Issue
Block a user