mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
lntest: move itest into package
This commit is contained in:
@@ -65,4 +65,4 @@ else
|
||||
ITEST_TAGS += btcd
|
||||
endif
|
||||
|
||||
ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
|
||||
ITEST := rm output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
|
||||
|
Reference in New Issue
Block a user