summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-04-20 16:01:46 +0100
committerSimon MacMullen <simon@lshift.net>2010-04-20 16:01:46 +0100
commite394a91af44c7a6bbe03d84260f0c59e58b53a9c (patch)
tree7bc3ff1af90d4e161493a3913c91e3f63039c738 /Makefile
parentaf162a6fd5fbc5db1eca923b3431940e7c812600 (diff)
downloadrabbitmq-server-git-e394a91af44c7a6bbe03d84260f0c59e58b53a9c.tar.gz
Make start-secondary-cover actually do something, stop Erlang tests blowing up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0219e851c..e058a6fa1a 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ start-cover: all
echo "cover:start(), rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL)
start-secondary-cover:
- echo "rabbit_misc:enable_cover_node(\"$(SECONDARY_NODENAME)\")." | $(ERL_CALL)
+ echo "rabbit_misc:enable_cover_node(\"$(SECONDARY_NODENAME)\")." | $(ERL_CALL)
stop-cover: all
echo "rabbit_misc:report_cover(), cover:stop()." | $(ERL_CALL)