Merge pull request #4013 from fguisso/wtclientrpc

Remove remaining wtclientrpc flags
This commit is contained in:
Conner Fromknecht 2020-02-27 16:19:11 -03:00 committed by GitHub
commit e3d86780af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

@ -21,7 +21,6 @@ run:
- signrpc
- walletrpc
- watchtowerrpc
- wtclientrpc
linters-settings:
govet:

@ -61,6 +61,6 @@ backend = btcd
endif
# Construct the integration test command with the added build flags.
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc watchtowerrpc wtclientrpc $(backend)
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc watchtowerrpc $(backend)
ITEST := rm lntest/itest/*.log; date; $(GOTEST) -v ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput -goroutinedump