diff --git a/make/testing_flags.mk b/make/testing_flags.mk index c52a26df..5d784d5a 100644 --- a/make/testing_flags.mk +++ b/make/testing_flags.mk @@ -54,5 +54,5 @@ endif # Construct the integration test command with the added build flags. -ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc +ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput