/*
********************************************************************************
*
-* Copyright (C) 1996-2013, International Business Machines
+* Copyright (C) 1996-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
********************************************************************************
fprintf(stdout, "(To run suppressed tests, use the -K option.) \n\n");
}
udbg_knownIssue_close(knownList);
+ knownList = NULL;
}
if (ERROR_COUNT)
&firstForTicket, &firstForWhere);
if(firstForTicket || firstForWhere) {
- log_info("(Known issue #%s) %s", ticket, buf);
+ log_info("(Known issue #%s) %s\n", ticket, buf);
} else {
- log_verbose("(Known issue #%s) %s", ticket, buf);
+ log_verbose("(Known issue #%s) %s\n", ticket, buf);
}
return TRUE;