tomaswolf opened a new pull request, #233: URL: https://github.com/apache/mina-sshd/pull/233
Running a "mvn clean install" from the source tar archive failed for some container tests because unpacking the tar might not preserve executable bits. Testcontainers need an entrypoint that is executable, or otherwise the entrypoint script must not be run directly but via a shell explicitly. Rewrite the two problematic tests to ensure the entrypoint script is always executable, irrespective of whether the test resource has the bit set. -- 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]
