X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/352cba96de3b4cd138ead4a765756fb169f40fe5..ee11f936d4f2ce49965c18c2d9837fe98dd614b7:/pinch.py diff --git a/pinch.py b/pinch.py index 5eb107b..6beb4e2 100644 --- a/pinch.py +++ b/pinch.py @@ -422,7 +422,9 @@ def compare_tarball_and_git( if ee in errors: errors.remove(ee) benign_errors.append(ee) - v.check(f'{len(errors)} unexpected incomparable files', len(errors) == 0) + v.check( + f'{len(errors)} unexpected incomparable files: {errors}', + len(errors) == 0) v.check( f'({len(benign_errors)} of {len(expected_errors)} expected incomparable files)', len(benign_errors) == len(expected_errors))