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
commit 8d9a44df077cac483a05b822b3c429fb9851d052 Author: Elek Márton <[email protected]> AuthorDate: Tue Jun 9 12:48:32 2020 +0200 remove set +x --- hadoop-ozone/dev-support/checks/acceptance.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh b/hadoop-ozone/dev-support/checks/acceptance.sh index ea9f36d..a511bf8 100755 --- a/hadoop-ozone/dev-support/checks/acceptance.sh +++ b/hadoop-ozone/dev-support/checks/acceptance.sh @@ -35,7 +35,6 @@ cd "$DIST_DIR/compose" || exit 1 RES=$? cp result/* "$REPORT_DIR/" cp "$REPORT_DIR/log.html" "$REPORT_DIR/summary.html" -set -x EXEC_FILES=$(find "$REPORT_DIR" -name "*.jacoco.exec" | wc -l) if [[ $EXEC_FILES -gt 1 ]]; then --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
