diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-04-20 16:01:46 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-04-20 16:01:46 +0100 |
| commit | e394a91af44c7a6bbe03d84260f0c59e58b53a9c (patch) | |
| tree | 7bc3ff1af90d4e161493a3913c91e3f63039c738 /Makefile | |
| parent | af162a6fd5fbc5db1eca923b3431940e7c812600 (diff) | |
| download | rabbitmq-server-git-e394a91af44c7a6bbe03d84260f0c59e58b53a9c.tar.gz | |
Make start-secondary-cover actually do something, stop Erlang tests blowing up.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
