X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Fstandalone.c;fp=t%2Fsrc%2Fstandalone.c;h=d2a2f109b9321e1d1b2839260a07bbcaf53c5bf3;hb=d1793f50518a3de8f93df037aec6bec636ebda27;hp=88b6a2854d85725b8018c6f39f61daca7617feb5;hpb=3b4e666d9e51b1455fc99c1799823f3cbf3954ea;p=gedcom-parse.git diff --git a/t/src/standalone.c b/t/src/standalone.c index 88b6a28..d2a2f10 100644 --- a/t/src/standalone.c +++ b/t/src/standalone.c @@ -310,7 +310,7 @@ int main(int argc, char* argv[]) gedcom_parse_file(BOGUS_FILE_NAME); } while (run_times-- > 0) { - output(0, "\n=== Parsing file %s\n", file_name); + output(0, "\n=== Parsing file %s\n", simple_base_name(file_name)); result |= gedcom_parse_file(file_name); output(0, "\n=== Total conversion failures: %d\n", total_conv_fails); }