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 18:45:14 UTC

[directory-fortress-core] branch master updated: - teardown

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 5d83489  - teardown
5d83489 is described below

commit 5d8348941fefc86ea626a26a08f4cb41a4f4bbe7
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Wed Apr 17 13:44:58 2019 -0500

    - teardown
---
 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 53cdb3c..76549c3 100755
--- a/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+++ b/src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
@@ -50,7 +50,7 @@ mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml
 mvn test -Dtest=FortressJUnitTest
 
 # rerun tests to verify teardown APIs work
-mvn test -Dtest=FortressJUnitTest
+# mvn test -Dtest=FortressJUnitTest
 
 # stop and delete docker container
 docker stop $CONTAINER_ID