b=455954
r=bhearsum - Set warnOnWarnings for both Compare steps git-svn-id: svn://10.0.0.236/trunk@254695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3dd2d1cc12
commit
00fa672117
@ -107,6 +107,7 @@ def tinderboxPrint(testName,
|
||||
return output
|
||||
|
||||
class CompareBloatLogs(ShellCommand):
|
||||
warnOnWarnings = True
|
||||
warnOnFailure = True
|
||||
bloatLog = ""
|
||||
|
||||
@ -178,6 +179,7 @@ class CompareBloatLogs(ShellCommand):
|
||||
summary)
|
||||
|
||||
class CompareLeakLogs(ShellCommand):
|
||||
warnOnWarnings = True
|
||||
warnOnFailure = True
|
||||
mallocLog = ""
|
||||
leakFailureThreshold = 7261838
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user