mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
make: add -goroutinedump, rm pprof*.log to itest
This commit is contained in:
parent
8b64b14627
commit
0820b07c19
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue