You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/06/09 11:05:39 UTC

[hadoop-ozone] 12/14: remove set +x

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 <el...@apache.org>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org