Made run seed more file name friendly.
This commit is contained in:
parent
9e514b68d3
commit
ed4e1582bf
4 changed files with 53 additions and 19 deletions
|
@ -257,6 +257,9 @@ XMLRunEnded(int testCount, int suiteCount, int testPassCount, int testFailCount,
|
|||
|
||||
output = XMLCloseDocument(documentRoot);
|
||||
XMLOutputter(--indentLevel, YES, output);
|
||||
|
||||
// close the log file
|
||||
fclose(logFile);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue