diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 97404b371..56e1198c0 100644 --- a/tools/donate-cpu.py +++ b/tools/donate-cpu.py @@ -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: