mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-01 04:34:30 +01:00
make: add -goroutinedump, rm pprof*.log to itest
This commit is contained in:
@@ -65,4 +65,4 @@ else
|
||||
ITEST_TAGS += btcd
|
||||
endif
|
||||
|
||||
ITEST := rm lntest/itest/output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
|
||||
ITEST := rm lntest/itest/*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput -goroutinedump
|
||||
|
||||
Reference in New Issue
Block a user