X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Fgom_write.c;fp=t%2Fsrc%2Fgom_write.c;h=a9f0284e0e7bb34def59265992df5a7baf524f06;hb=b7b409df591fc0162afc3cf5b12f3336a1445835;hp=c04d069d4234dd7be14b92f20eba9174cef38d83;hpb=a24e76e71ed111079c413c42e6621685d6a41e5c;p=gedcom-parse.git diff --git a/t/src/gom_write.c b/t/src/gom_write.c index c04d069..a9f0284 100644 --- a/t/src/gom_write.c +++ b/t/src/gom_write.c @@ -250,9 +250,12 @@ int main(int argc, char* argv[]) } if (result == 0) result |= test_timestamps(); - if (result == 0) + if (result == 0) { + output(1, "Writing file...\n"); result |= gom_write_file(gedfilename, &total_conv_fails); + } if (result == 0 && total_conv_fails == 0) { + output(1, "Re-parsing file...\n"); result |= gom_parse_file(gedfilename); } if (result == 0) {