summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-26 21:05:43 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-26 21:05:43 +0100
commit1a9e37fbe7576b5312192f3eeecbb3fccef10507 (patch)
tree976af0d2a2006114ea3768eeaf42233bb18812eb /Makefile
parent7b3fd92c552d9b114c25f7f8077185fcfe92c2ea (diff)
parent2abce2db6cb2af6f0f55efdc8f409f8b7a0470e5 (diff)
downloadrabbitmq-server-git-1a9e37fbe7576b5312192f3eeecbb3fccef10507.tar.gz
merge default into bug22616
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cb086ab94..2b08e071c2 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,8 @@ stop-node:
COVER_DIR=.
start-cover: all
- echo "cover:start(), rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL)
+ echo "rabbit_misc:start_cover([\"rabbit\", \"hare\"])." | $(ERL_CALL)
+ echo "rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL)
stop-cover: all
echo "rabbit_misc:report_cover(), cover:stop()." | $(ERL_CALL)