janhoy opened a new pull request, #4502: URL: https://github.com/apache/solr/pull/4502
https://issues.apache.org/jira/browse/SOLR-18281 * Adds `printSuccess()` and `printError()` to ToolRuntime (which prints green/red ANSI text) * Replace Pkgmgr `printGreen()` with `runtime.printSuccess()` and `printRed()` with `runtime.printError()` This insulates the PackageManager from raw console output by using the `ToolRuntime` properly. And this makes the new `PackateToolTest.testDeployValidationMessages()` assert tool output as designed. -- 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]
