make: build lnd-itest before flakehunting

This commit is contained in:
Johan T. Halseth 2019-01-17 10:24:32 +01:00
parent 6ae55168b8
commit 4cbc6e6e07
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -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