This is an automated email from the ASF dual-hosted git repository.
ritesh 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 824e7b1522 HDDS-11110. Allow running test-all.sh from any directory
(#6931)
824e7b1522 is described below
commit 824e7b1522e08fc5eb56ad3bd7be244d8ef010a7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jul 12 01:08:40 2024 +0200
HDDS-11110. Allow running test-all.sh from any directory (#6931)
---
hadoop-ozone/dist/src/main/compose/test-all.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/compose/test-all.sh
b/hadoop-ozone/dist/src/main/compose/test-all.sh
index 85294b6b79..90933a849e 100755
--- a/hadoop-ozone/dist/src/main/compose/test-all.sh
+++ b/hadoop-ozone/dist/src/main/compose/test-all.sh
@@ -36,8 +36,8 @@ if [[ "${OZONE_WITH_COVERAGE}" == "true" ]]; then
export
OZONE_OPTS="-javaagent:share/coverage/jacoco-agent.jar=output=tcpclient,address=$DOCKER_BRIDGE_IP,includes=org.apache.hadoop.ozone.*:org.apache.hadoop.hdds.*:org.apache.hadoop.fs.ozone.*"
fi
-tests=$(find_tests)
cd "$SCRIPT_DIR"
+tests=$(find_tests)
RESULT=0
run_test_scripts ${tests} || RESULT=$?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]