X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/a68c3b2e13a76a42ccd938d8c23995b610ad01b5..55175a2c2ae78730167bed502a416fa37c645358:/verify-patches diff --git a/verify-patches b/verify-patches index 6c77581..64ae506 100755 --- a/verify-patches +++ b/verify-patches @@ -90,7 +90,7 @@ foreach my $diff (@ARGV) { my $dep = $1; $has_dependencies = 1; print "\nApplying dependency patch $dep...\n"; - if (system("patch -d cvsdir -p1 -b -Vt ) { print $_; chomp; @@ -222,6 +222,8 @@ sub apply_patch push(@new, $_) unless -f "cvsdir/$_"; } elsif (s/.* saving rejects to file //) { push(@rejects, $_); + } elsif (/No file to patch\.\s+Skipping patch/) { + push(@rejects, 'skipped.file'); } elsif (/^Hunk #\d+ succeeded at \d+( with fuzz $interesting_fuzz)?/o) { $saw_fuzz ||= defined $1; $saw_offset = 1;