summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-09-05 18:29:48 +0100
committerRobert Newson <rnewson@apache.org>2014-09-05 18:29:48 +0100
commit1c8597ea111e92b411c9d8b7a9a9ceb5ce3bd7f7 (patch)
treec34472bfbbb82b68c61c3f3ba13e4a29b140b2e8
parent63d6d6409e8a721961c632075d6e2e80ff34c113 (diff)
downloadcouchdb-1c8597ea111e92b411c9d8b7a9a9ceb5ce3bd7f7.tar.gz
skip folsom test suite
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e376f09c..c7a1b79a2 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ docker-stop:
eunit: export BUILDDIR = $(shell pwd)
eunit:
@rebar setup_eunit
- @rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric
+ @rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
javascript:
@dev/run test/javascript/run