Merge pull request #2494 from halseth/make-flakehunter-build-itest

[trivial] build lnd-itest before flakehunting
This commit is contained in:
Conner Fromknecht 2019-01-17 19:22:01 -08:00 committed by GitHub
commit 7e1b399437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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