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 09:58:27 UTC

[couchdb] 02/02: 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 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8da8306b5f160c4249cf700d327f547bd9c9bcd5
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 564c908..f3d8e7a 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,6 @@ fauxton: share/www
 # target: check - Test everything
 check: all python-black
 	@$(MAKE) eunit
-	@$(MAKE) javascript
 	@$(MAKE) mango-test
 	@$(MAKE) elixir
 
diff --git a/Makefile.win b/Makefile.win
index 36968f3..dbef9da 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -135,7 +135,6 @@ fauxton: share\www
 # target: check - Test everything
 check: all python-black
 	@$(MAKE) eunit
-	@$(MAKE) javascript
 	@$(MAKE) mango-test
 	@$(MAKE) elixir