mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
42af054b05
commit
a10319d661
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user