From 4cbc6e6e07bf701450ec3e10cdbd7afb3633fa23 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Thu, 17 Jan 2019 10:24:32 +0100 Subject: [PATCH] make: build lnd-itest before flakehunting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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