You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ju...@apache.org on 2020/10/07 07:13:51 UTC

[couchdb] 07/07: Remove javascript tests from main build process

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

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

commit 2b3badb04bb9434e6c85166e36c1d337bf405da2
Author: Juanjo Rodriguez <ju...@apache.org>
AuthorDate: Mon Oct 5 08:02:10 2020 +0200

    Remove javascript tests from main build process
---
 Makefile     | 1 -
 Makefile.win | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 5bef9c7..7c35c71 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,6 @@ fauxton: share/www
 check-all-tests: all python-black
 	@$(MAKE) emilio
 	@$(MAKE) eunit
-	@$(MAKE) javascript
 	@$(MAKE) mango-test
 	@$(MAKE) elixir
 
diff --git a/Makefile.win b/Makefile.win
index edfc1bf..21a34f7 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -136,7 +136,6 @@ fauxton: share\www
 check: all python-black
 	@$(MAKE) emilio
 	@$(MAKE) eunit
-	@$(MAKE) javascript
 	@$(MAKE) mango-test
 	@$(MAKE) elixir