summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-22 14:49:18 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-22 14:49:18 +0100
commit0a51929e0fbed5d6895b9577a55dbc561daaa36f (patch)
treee34c53dc90eaadc636f2fee0834aa1d8f86aee93 /Makefile
parentbd77127353240e3c9694a47579ae940c10a0e985 (diff)
parent66c8d13341a074fd3e7978e5b385f765c8d7d895 (diff)
downloadrabbitmq-server-git-0a51929e0fbed5d6895b9577a55dbc561daaa36f.tar.gz
Merging bug 22615 onto default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dbf612dc5..99b0cb3a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,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)