Bug 782633 - Make the "missing output line for total leaks!" failure mode a warning rather than TEST-UNEXPECTED-FAIL; r=ted

This commit is contained in:
Ed Morley 2013-01-11 22:20:21 +00:00
parent 42af054b05
commit a10319d661

View File

@ -384,7 +384,7 @@ def processSingleLeakFile(leakLogFileName, PID, processType, leakThreshold):
log.info("INFO | automationutils.processLeakLog() | process %s was " \
"deliberately crashed and thus has no leak log" % PID)
else:
log.info("TEST-UNEXPECTED-FAIL %s| automationutils.processLeakLog() | missing output line for total leaks!" %
log.info("WARNING | automationutils.processLeakLog() | missing output line for total leaks!" %
processString)
leaks.close()