Skip to content

Commit

Permalink
HDDS-11110. Allow running test-all.sh from any directory (#6931)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Jul 11, 2024
1 parent b000a2a commit 824e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/src/main/compose/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 824e7b1

Please sign in to comment.