Searched refs:lastErrorCount (Results 1 – 1 of 1) sorted by relevance
712 int32_t lastErrorCount; in runTestLoop() local743 lastErrorCount = errorCount; in runTestLoop()772 ctest_xml_testcase(name, baseName, secs, (lastErrorCount!=errorCount)?err.c_str():NULL); in runTestLoop()777 if (lastErrorCount == errorCount) { in runTestLoop()782 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()