bito-code-review[bot] commented on PR #15999: URL: https://github.com/apache/grails-core/pull/15999#issuecomment-5006456339
<!-- Bito Reply --> The usage synopsis in `grails-doc/src/en/ref/Command Line/test-app.adoc` should be updated to reflect that `-unit` and `-integration` are independent optional flags rather than mutually exclusive. The current synopsis `[-unit|-integration]` incorrectly implies a choice between the two, whereas the `test-app` command allows them to be used together to run both phases. **grails-doc/src/en/ref/Command Line/test-app.adoc** ``` grails <<environment>>* test-app <<names>>* [-unit] [-integration] [-continuous] ``` -- 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]
