This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch acceptance-coverage
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit a3d332e9231c45fe49692828d4a722997c60a2e9
Author: Elek Márton <[email protected]>
AuthorDate: Fri May 29 10:44:28 2020 +0200

    merge the results to one file
---
 hadoop-ozone/dev-support/checks/acceptance.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh 
b/hadoop-ozone/dev-support/checks/acceptance.sh
index 30259c7..fc510f1 100755
--- a/hadoop-ozone/dev-support/checks/acceptance.sh
+++ b/hadoop-ozone/dev-support/checks/acceptance.sh
@@ -34,4 +34,7 @@ cd "$DIST_DIR/compose" || exit 1
 RES=$?
 cp result/* "$REPORT_DIR/"
 cp "$REPORT_DIR/log.html" "$REPORT_DIR/summary.html"
+
+"$DIST_DIR/share/jacoco/jacoco-cli.jar" merge $(find "$REPORT_DIR" -name 
"*.jacoco.exec") --destdir "$REPORT_DIR/jacoco-combined.exec"
+
 exit $RES


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to