prevent supression of failing round-trip tests

pull/283/merge
Thomas Fussell 2017-12-10 15:03:03 -05:00
parent 44a8c8e79e
commit c960453ff4
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ public:
}
if (!compare_files(left_archive.read(left_member),
left_archive.read(left_member), left_content_type))
right_archive.read(left_member), left_content_type))
{
std::cout << left_member.string() << std::endl;
match = false;