Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3636B180DC for ; Mon, 21 Dec 2015 23:23:53 +0000 (UTC) Received: (qmail 94426 invoked by uid 500); 21 Dec 2015 23:23:53 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 94365 invoked by uid 500); 21 Dec 2015 23:23:53 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 94356 invoked by uid 99); 21 Dec 2015 23:23:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 23:23:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E83DBE0946; Mon, 21 Dec 2015 23:23:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: <0890fb6c9e7e476bb69e78e3bb8fd156@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-core git commit: fix jenkins tests Date: Mon, 21 Dec 2015 23:23:52 +0000 (UTC) Repository: directory-fortress-core Updated Branches: refs/heads/master c36b32961 -> 5e4225659 fix jenkins tests 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/5e422565 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/5e422565 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/5e422565 Branch: refs/heads/master Commit: 5e42256594b850e7b0cdf7ab2c8f1b44ba260b67 Parents: c36b329 Author: Shawn McKinney Authored: Mon Dec 21 17:23:49 2015 -0600 Committer: Shawn McKinney Committed: Mon Dec 21 17:23:49 2015 -0600 ---------------------------------------------------------------------- docker/run-tests.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/5e422565/docker/run-tests.sh ---------------------------------------------------------------------- diff --git a/docker/run-tests.sh b/docker/run-tests.sh index 4d5aa07..a4e1e54 100755 --- a/docker/run-tests.sh +++ b/docker/run-tests.sh @@ -24,6 +24,7 @@ CONTAINER_PORT=$(docker inspect --format='{{(index (index .NetworkSettings.Ports echo $CONTAINER_PORT # configure build.properties +cp build.properties.example build.properties cp slapd.properties.example slapd.properties sed -i 's/^ldap\.server\.type=.*/ldap.server.type=openldap/' slapd.properties sed -i 's/^enable\.audit=.*/enable.audit=true/' slapd.properties