You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/04/17 17:10:47 UTC

[directory-fortress-core] branch master updated: - unneeded data load

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 493b963  - unneeded data load
493b963 is described below

commit 493b96313787b82b5928a21ca962ea205ee06a26
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Wed Apr 17 12:10:42 2019 -0500

    - unneeded data load
---
 src/docker/apacheds-for-apache-fortress-tests/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh b/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
index 0fae7ab..53cdb3c 100755
--- a/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
@@ -44,7 +44,7 @@ sed -i 's/^cfg\.root\.pw=.*/cfg.root.pw=secret/' build.properties
 # prepare
 mvn clean install
 mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml
-mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml
+#mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml
 
 # run tests
 mvn test -Dtest=FortressJUnitTest