X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Fupdate.c;h=fc0e0797f848c69addee1c06f10461512b010704;hb=66b0bff7736e87c5c51d7d4240a4111d563a4700;hp=cc983768e6fef906efe39661fac83cd8d42b1642;hpb=37f42fe4cc3f2a340a9c2f05207d1ef5607fe1b0;p=gedcom-parse.git diff --git a/t/src/update.c b/t/src/update.c index cc98376..fc0e079 100644 --- a/t/src/update.c +++ b/t/src/update.c @@ -161,7 +161,8 @@ int main(int argc, char* argv[]) output_open(); result = gedcom_new_model(); - result |= test_xref_functions(); + if (result == 0) + result |= test_xref_functions(); if (result == 0) { output(1, "Test succeeded\n"); }