diff options
-rw-r--r-- | Makefile.am | 2 |
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;" |