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 2018/08/27 18:17:01 UTC

directory-fortress-core git commit: remove echo

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 305bc25f2 -> 29388ddbd


remove echo


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/29388ddb
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/29388ddb
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/29388ddb

Branch: refs/heads/master
Commit: 29388ddbd1731b3fcb37fe792912dcd816d983d2
Parents: 305bc25
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Aug 27 13:06:28 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Aug 27 13:06:28 2018 -0500

----------------------------------------------------------------------
 .../openldap-for-apache-fortress-tests/run-tests.sh       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/29388ddb/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
----------------------------------------------------------------------
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 6f2bd86..d623ad5 100755
--- a/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/openldap-for-apache-fortress-tests/run-tests.sh
@@ -40,11 +40,11 @@ sed -i 's/^suffix\.dc=.*/suffix.dc=com/' build.properties
 sed -i 's/^root\.dn=.*/root.dn=cn=Manager,${suffix}/' build.properties
 sed -i 's/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/' build.properties
 sed -i 's/^cfg\.root\.pw=.*/cfg.root.pw=secret/' build.properties
-echo "" >> build.properties
-echo "log.admin.user=cn=Manager,cn=log" >> build.properties
-echo "log.admin.pw=secret" >> build.properties
-echo "min.log.conn=1" >> build.properties
-echo "max.log.conn=3" >> build.properties
+#echo "" >> build.properties
+#echo "log.admin.user=cn=Manager,cn=log" >> build.properties
+#echo "log.admin.pw=secret" >> build.properties
+#echo "min.log.conn=1" >> build.properties
+#echo "max.log.conn=3" >> build.properties
 
 # prepare
 mvn clean install