summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-05-01 14:01:12 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-05-01 14:01:12 +0100
commit25a42fa8a222608c77b3bb8711d80153e15ccaeb (patch)
treef5fd28ea5d760648f959a37d906acf6effc1beb0
parent98804512fe05f895f5ac28651306d7fc97ae6100 (diff)
downloadrabbitmq-server-bug25468.tar.gz
That's not needed any more.bug25468
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3823a494..127fa2fe 100644
--- a/Makefile
+++ b/Makefile
@@ -250,9 +250,6 @@ start-cover: all
echo "rabbit_misc:start_cover([\"rabbit\", \"hare\"])." | $(ERL_CALL)
echo "rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL)
-start-secondary-cover: all
- echo "rabbit_misc:start_cover([\"hare\"])." | $(ERL_CALL)
-
stop-cover: all
echo "rabbit_misc:report_cover(), cover:stop()." | $(ERL_CALL)
cat cover/summary.txt