summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-06-11 02:15:43 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-06-11 02:15:43 +0000
commit641d900aa83c7e2918f6a35f87fd2a796d4e65b5 (patch)
tree32f0151d62ac469b97ddc4590f751e43911a3f6b
parent08d40119e5e1d10f48be6d97ea72a2d6de31f697 (diff)
Remove a redundant -noshell from the make cover target.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@783605 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ee69f0f..bb4b4d24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ cover: all
COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
SRC=./src/couchdb/ \
$(ERL) -noshell -eval 'etap_report:create()' \
- -s init stop -noshell > /dev/null 2>&1
+ -s init stop > /dev/null 2>&1
dev: all
@echo "This command is intended for developers to use;"