From 641d900aa83c7e2918f6a35f87fd2a796d4e65b5 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 11 Jun 2009 02:15:43 +0000 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;" -- cgit v1.2.3