This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit e0c2464d9492ce8ff0dccfa03e6e841a5587a67e Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Apr 6 12:18:41 2024 +0200 Documented: Document possibility to run integration tests on a component (OFBIZ-12993) About run integration tests on a component. Forgot a double quote --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7973797d54..d484853edc 100644 --- a/README.adoc +++ b/README.adoc @@ -592,7 +592,7 @@ Listens on port *5005* [[execute-all-component-tests]] ==== Execute all component tests -`gradlew "ofbiz --test component=entity` +`gradlew "ofbiz --test component=entity"` [[execute-all-component-tests-in-debug-mode]] ==== Execute all component tests in debug mode