From f97233d206eb3975a64f49dadd59b0e57c1f0fe4 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 4 Dec 2017 18:56:20 -0800 Subject: [PATCH] test: log gocovmerge merging Signed-off-by: Gyuho Lee --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index 21077c3f9..00c5a4ec4 100755 --- a/test +++ b/test @@ -202,6 +202,7 @@ function cov_pass { # expects to start with a non-empty file cp "$COVERDIR"/etcdserver.coverprofile "$COVERDIR"/cover.out for f in "$COVERDIR"/*.coverprofile; do + echo "merging test coverage file ${f}" gocovmerge "$f" "$COVERDIR"/cover.out >"$COVERDIR"/cover.tmp || failed="$failed $f" if [ -s "$COVERDIR"/cover.tmp ]; then mv "$COVERDIR"/cover.tmp "$COVERDIR"/cover.out