This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 644ef95 HDDS-6145. Include docker-compose output in acceptance test
output.log (#2958)
644ef95 is described below
commit 644ef956a0dec62c5427189ed44e293736e7970a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jan 4 18:16:17 2022 +0100
HDDS-6145. Include docker-compose output in acceptance test output.log
(#2958)
---
hadoop-ozone/dev-support/checks/acceptance.sh | 2 +-
hadoop-ozone/dev-support/checks/kubernetes.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh
b/hadoop-ozone/dev-support/checks/acceptance.sh
index fbcdea6..b3a6696 100755
--- a/hadoop-ozone/dev-support/checks/acceptance.sh
+++ b/hadoop-ozone/dev-support/checks/acceptance.sh
@@ -39,7 +39,7 @@ mkdir -p "$REPORT_DIR"
export OZONE_ACCEPTANCE_SUITE
cd "$DIST_DIR/compose" || exit 1
-./test-all.sh | tee "${REPORT_DIR}/output.log"
+./test-all.sh 2>&1 | tee "${REPORT_DIR}/output.log"
RES=$?
cp result/* "$REPORT_DIR/"
cp "$REPORT_DIR/log.html" "$REPORT_DIR/summary.html"
diff --git a/hadoop-ozone/dev-support/checks/kubernetes.sh
b/hadoop-ozone/dev-support/checks/kubernetes.sh
index 731b188..7e1282f 100755
--- a/hadoop-ozone/dev-support/checks/kubernetes.sh
+++ b/hadoop-ozone/dev-support/checks/kubernetes.sh
@@ -47,7 +47,7 @@ fi
mkdir -p "$REPORT_DIR"
cd "$DIST_DIR/kubernetes/examples" || exit 1
-./test-all.sh | tee "${REPORT_DIR}/output.log"
+./test-all.sh 2>&1 | tee "${REPORT_DIR}/output.log"
RES=$?
cp -r result/* "$REPORT_DIR/"
cp "$REPORT_DIR/log.html" "$REPORT_DIR/summary.html"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]