From d5eb583584f63abf3a1dce2b70372f1cc09ab9a9 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 10 Apr 2020 10:04:41 -0700 Subject: [PATCH] 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: Seth Howell Change-Id: Ia6506208881f5d745ff63a356d3965426449ecc7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1811 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk Reviewed-by: Tomasz Zawadzki --- autorun_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autorun_post.py b/autorun_post.py index 444761eeb..29eac15ca 100755 --- a/autorun_post.py +++ b/autorun_post.py @@ -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')