You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/11/18 21:22:58 UTC

[fineract] branch develop updated: Update test execution in readme

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new bef01a1  Update test execution in readme
bef01a1 is described below

commit bef01a19a2682792a0ec9b300f9d680438302fec
Author: Yemdjih Kaze Nasser <ka...@outlook.com>
AuthorDate: Sat Nov 14 07:11:04 2020 +0100

    Update test execution in readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ae7c548..6cc5186 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ Instructions to execute Integration Tests
 Run the following commands, very similarly to how [.travis.yml](.travis.yml) does:
 1. `./gradlew createDB -PdbName=fineract_tenants`
 1. `./gradlew createDB -PdbName=fineract_default`
-1. `./gradlew clean integrationTest`
+1. `./gradlew clean test`
 
 
 Instructions to run and debug in Eclipse IDE