summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanjo Rodriguez <juanjo@apache.org>2020-10-05 08:02:10 +0200
committerJuanjo Rodriguez <jjrodrig@gmail.com>2020-10-07 09:13:30 +0200
commit2b3badb04bb9434e6c85166e36c1d337bf405da2 (patch)
tree1333732a615d7b95b4c7d88612f59db4fa3ef5b2
parent9d734ece29c2f27eef17c84a75fb9881d5ba1eee (diff)
downloadcouchdb-2b3badb04bb9434e6c85166e36c1d337bf405da2.tar.gz
Remove javascript tests from main build process
-rw-r--r--Makefile1
-rw-r--r--Makefile.win1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5bef9c761..7c35c7178 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 edfc1bf3b..21a34f722 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