You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/02/10 00:37:10 UTC

[couchdb] 02/05: Disable execution of ExUnit tests

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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a733884522394fdebd1c5d2198bdd4a7bd8f9c7b
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Thu Feb 9 17:12:53 2023 +0100

    Disable execution of ExUnit tests
    
    Currently, there are no ExUnit tests so do not try to run them.
---
 Makefile     | 1 -
 Makefile.win | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 146087723..fc9c5ccb3 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,6 @@ escriptize: couch
 .PHONY: check
 # target: check - Test everything
 check: all
-	@$(MAKE) exunit
 	@$(MAKE) eunit
 	@$(MAKE) mango-test
 	@$(MAKE) elixir-suite
diff --git a/Makefile.win b/Makefile.win
index a6acaa161..ec581afc3 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -134,7 +134,6 @@ fauxton: share\www
 .PHONY: check
 # target: check - Test everything
 check: all
-	@$(MAKE) exunit
 	@$(MAKE) eunit
 	@$(MAKE) mango-test
 	@$(MAKE) elixir-suite