orpiske commented on pull request #5634: URL: https://github.com/apache/camel/pull/5634#issuecomment-857835050
> It seems not really intuitive to not have anything in the maven log somehow. I was hoping I could come up with a cleaner solution, but I wanted to avoid any more complex solution based on [TestExecutionListener ](https://github.com/junit-team/junit5/issues/2640#issuecomment-856876505) for now. So, what I end up doing is, I disabled the `redirectTestOutputToFile` and added and error message when Docker is not available. ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Container-based tests were disabled because Docker is NOT available. Check the log files on target/failsafe-reports Container-based tests were disabled because Docker is NOT available. Check the log files on target/failsafe-reports Container-based tests were disabled because Docker is NOT available. Check the log files on target/failsafe-reports Container-based tests were disabled because Docker is NOT available. Check the log files on target/failsafe-reports ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
