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:17:50 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 aad47b6  -unneeded data load
aad47b6 is described below

commit aad47b6997a1fce521e24fbb7816f808e8790382
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Wed Apr 17 12:17:45 2019 -0500

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

diff --git a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
index 7bf86c1..1d366a6 100755
--- a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
@@ -39,7 +39,7 @@ sed -i 's/^ldap\.port=.*/ldap.port='${CONTAINER_PORT}'/' slapd.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