You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/06/11 04:15:44 UTC

svn commit: r783605 - /couchdb/trunk/Makefile.am

Author: davisp
Date: Thu Jun 11 02:15:43 2009
New Revision: 783605

URL: http://svn.apache.org/viewvc?rev=783605&view=rev
Log:
Remove a redundant -noshell from the make cover target.


Modified:
    couchdb/trunk/Makefile.am

Modified: couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=783605&r1=783604&r2=783605&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Thu Jun 11 02:15:43 2009
@@ -44,7 +44,7 @@
 	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;"