Searched refs:lastErrorCount (Results 1 – 1 of 1) sorted by relevance
719 int32_t lastErrorCount; in runTestLoop() local750 lastErrorCount = errorCount; in runTestLoop()776 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop()781 if (lastErrorCount == errorCount) { in runTestLoop()786 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()