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/06 06:12:50 UTC

[couchdb] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9564023  Remove javascript tests from main build process
9564023 is described below

commit 956402383a4d0fc9305b2bc158cedd3e7fedeeb2
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 53cea3b..390aa46 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,6 @@ fauxton: share/www
 check: all python-black
 	@$(MAKE) emilio
 	@$(MAKE) eunit
-	@$(MAKE) javascript
 	@$(MAKE) mango-test
 	@$(MAKE) elixir
 
diff --git a/Makefile.win b/Makefile.win
index 7e14a53..2e0dcaa 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