diff --git a/Makefile b/Makefile index a5b7ff38..c19c70a0 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ travis-cover: btcd lint unit-cover goveralls # FLAKE HUNTING # ============= -flakehunter: build +flakehunter: build-itest @$(call print, "Flake hunting integration tests.") while [ $$? -eq 0 ]; do $(ITEST); done