donate-cpu: save all warnings reported by head

This commit is contained in:
Daniel Marjamäki 2018-11-29 21:28:49 +01:00
parent 5532d1f877
commit 86f984020b
1 changed files with 2 additions and 0 deletions

View File

@ -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: