Made run seed more file name friendly.

This commit is contained in:
Markus Kauppila 2011-07-28 21:35:47 +03:00
parent 9e514b68d3
commit ed4e1582bf
4 changed files with 53 additions and 19 deletions

View file

@ -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