Merge pull request #2494 from halseth/make-flakehunter-build-itest
[trivial] build lnd-itest before flakehunting
This commit is contained in:
commit
7e1b399437
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user