donate-cpu: save all warnings reported by head
This commit is contained in:
parent
5532d1f877
commit
86f984020b
|
@ -373,6 +373,8 @@ while True:
|
|||
output = 'cppcheck: ' + ' '.join(cppcheckVersions) + '\n'
|
||||
output += 'count:' + count + '\n'
|
||||
output += 'elapsed-time:' + elapsedTime + '\n'
|
||||
if 'head' in cppcheckVersions:
|
||||
output += 'head results:\n' + resultsToDiff[cppcheckVersions.index('head')]
|
||||
if not crash:
|
||||
output += 'diff:\n' + diffResults(workpath, cppcheckVersions[0], resultsToDiff[0], cppcheckVersions[1], resultsToDiff[1]) + '\n'
|
||||
if packageUrl:
|
||||
|
|
Loading…
Reference in New Issue