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

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


The following commit(s) were added to refs/heads/HDDS-3757 by this push:
     new 20ae3ed  fix jacoco merge step
20ae3ed is described below

commit 20ae3ed05b2b29ff8bb831b9a7cc28c974fa92fc
Author: Elek Márton <[email protected]>
AuthorDate: Wed Jun 10 13:42:00 2020 +0200

    fix jacoco merge step
---
 hadoop-ozone/dev-support/checks/acceptance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh 
b/hadoop-ozone/dev-support/checks/acceptance.sh
index a511bf8..cdf87a7 100755
--- a/hadoop-ozone/dev-support/checks/acceptance.sh
+++ b/hadoop-ozone/dev-support/checks/acceptance.sh
@@ -38,7 +38,7 @@ cp "$REPORT_DIR/log.html" "$REPORT_DIR/summary.html"
 
 EXEC_FILES=$(find "$REPORT_DIR" -name "*.jacoco.exec" | wc -l)
 if [[ $EXEC_FILES -gt 1 ]]; then
-  java -jar "$DIST_DIR/share/jacoco/jacoco-cli.jar" merge $(find "$REPORT_DIR" 
-name "*.jacoco.exec") --destdir "$REPORT_DIR/jacoco-combined.exec"
+  java -jar "$DIST_DIR/share/jacoco/jacoco-cli.jar" merge $(find "$REPORT_DIR" 
-name "*.jacoco.exec") --destfile "$REPORT_DIR/jacoco-combined.exec"
 fi
 
 if [[ $EXEC_FILES == 1 ]]; then


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

Reply via email to