Commit d5eb5835 authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

post_process: clearly delineate the beginning os script output.

This is a companion change to
https://review.spdk.io/gerrit/c/build_pool/jenkins_build_pool/+/1810


and the two should be merged together to make sure the entire output
of the post process script is included in one file when output from
the CI.

Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Change-Id: Ia6506208881f5d745ff63a356d3965426449ecc7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1811


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent eb79ef57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ def aggregateCompletedTests(output_dir, repo_dir, skip_confirm=False):


def main(output_dir, repo_dir, skip_confirm=False):
    print("-----Begin Post Process Script------")
    generateCoverageReport(output_dir, repo_dir)
    collectOne(output_dir, 'doc')
    collectOne(output_dir, 'ut_coverage')