mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 10:12:28 +02:00
Merge pull request #3199 from halseth/itest-output-file
[trivial] Update output log file location to itest package
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,7 +32,7 @@ _testmain.go
|
|||||||
/lncli-itest
|
/lncli-itest
|
||||||
|
|
||||||
# Integration test log files
|
# Integration test log files
|
||||||
output*.log
|
lntest/itest/output*.log
|
||||||
lntest/itest/.backendlogs
|
lntest/itest/.backendlogs
|
||||||
lntest/itest/.minerlogs
|
lntest/itest/.minerlogs
|
||||||
|
|
||||||
|
@@ -65,4 +65,4 @@ else
|
|||||||
ITEST_TAGS += btcd
|
ITEST_TAGS += btcd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ITEST := rm output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
|
ITEST := rm lntest/itest/output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
|
||||||
|
Reference in New Issue
Block a user