adoroszlai opened a new pull request #2545: URL: https://github.com/apache/ozone/pull/2545
## What changes were proposed in this pull request? Fix missing directory name in messages like: ``` **** Applying k8s resources from **** ``` Print path in `start_k8s_env` instead of expecting it to be passed (as it is not). Current dir can be used because test execution requires `cd` to test dir anyway. https://issues.apache.org/jira/browse/HDDS-5496 ## How was this patch tested? Verified log in CI run: ``` **** Applying k8s resources from getting-started **** ... **** Applying k8s resources from minikube **** ... **** Applying k8s resources from ozone-dev **** ... **** Applying k8s resources from ozone **** ``` https://github.com/adoroszlai/hadoop-ozone/runs/3349882860#step:5:124 https://github.com/adoroszlai/hadoop-ozone/runs/3349882860#step:5:318 https://github.com/adoroszlai/hadoop-ozone/runs/3349882860#step:5:461 https://github.com/adoroszlai/hadoop-ozone/runs/3349882860#step:5:629 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
