make: remove remaining wtclientrpc flags
This commit is contained in:
parent
13ca3f4ff9
commit
3b5d12fd6c
@ -21,7 +21,6 @@ run:
|
|||||||
- signrpc
|
- signrpc
|
||||||
- walletrpc
|
- walletrpc
|
||||||
- watchtowerrpc
|
- watchtowerrpc
|
||||||
- wtclientrpc
|
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
govet:
|
govet:
|
||||||
|
@ -61,6 +61,6 @@ backend = btcd
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Construct the integration test command with the added build flags.
|
# 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
|
ITEST := rm lntest/itest/*.log; date; $(GOTEST) -v ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput -goroutinedump
|
||||||
|
Loading…
Reference in New Issue
Block a user