X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/83f570e408ddff247cfd552855418d844da833e7..0b2c07a0f162b8704df278209b4de836f1c846de:/verify-patches diff --git a/verify-patches b/verify-patches index 0a786ea..64ae506 100755 --- a/verify-patches +++ b/verify-patches @@ -90,13 +90,13 @@ 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;