diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-26 21:05:43 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-26 21:05:43 +0100 |
| commit | 1a9e37fbe7576b5312192f3eeecbb3fccef10507 (patch) | |
| tree | 976af0d2a2006114ea3768eeaf42233bb18812eb /Makefile | |
| parent | 7b3fd92c552d9b114c25f7f8077185fcfe92c2ea (diff) | |
| parent | 2abce2db6cb2af6f0f55efdc8f409f8b7a0470e5 (diff) | |
| download | rabbitmq-server-git-1a9e37fbe7576b5312192f3eeecbb3fccef10507.tar.gz | |
merge default into bug22616
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
