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 11:58:10 +0200
commit8da8306b5f160c4249cf700d327f547bd9c9bcd5 (patch)
treeaf84f63a0cff7fbda2d9b0ae64f92cc29322bb4b
parentf85e87916559b601b1287382645b517fbb7457bc (diff)
downloadcouchdb-8da8306b5f160c4249cf700d327f547bd9c9bcd5.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 564c90812..f3d8e7a85 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 36968f3f3..dbef9da69 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