Lines Matching refs:tap
24 my ($diffs, $exclude_upstream, $tag_to_compare, $tap);
28 'tap' => \$tap,
72 unless $tap;
81 die "$0: '$tag_to_compare' is not a known Git tag\n" unless $tap;
108 die "$0: $message" unless $tap;
246 print "1..1\nok 1 - No difference found\n" if $tap;
250 printf "1..%d\n" => (keys(%module_diffs) + keys (%dist_diffs)) if $tap;
251 print "#\n# Comparing against $tag_to_compare ....\n#\n" if $tap;
269 if $tap;
278 print $nok if $tap;
281 print "ok $count - $pm_file\n" if $tap;
286 if ($tap) {
321 print $nok if $tap;