Skip to content

coverity build: capture separate log files for each coverity invocation

Each coverity command writes its debugging output to cov-int/build-log.txt, which means that multiple runs of cov-build overwrite previous logs, resulting in only the last invocation's output remaining at the end of the build, making debugging why failures to capture coverity output difficult. Fix this by renaming the build-log to per-directory log files.

(This would still be an issue even if we had a single build command for the entire tree, as capturing python and other interpreted files requires a second invocation of cov-build to scan for those file types.)

Signed-off-by: Steve Beattie steve.beattie@canonical.com

Merge request reports