From 25a42fa8a222608c77b3bb8711d80153e15ccaeb Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Thu, 1 May 2014 14:01:12 +0100 Subject: That's not needed any more. --- Makefile | 3 --- 1 file changed, 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 -- cgit v1.2.1