Merge pull request #3199 from halseth/itest-output-file

[trivial] Update output log file location to itest package
This commit is contained in:
Wilmer Paulino 2019-06-12 15:03:11 -07:00 committed by GitHub
commit c8ef9a4f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored

@ -32,7 +32,7 @@ _testmain.go
/lncli-itest
# Integration test log files
output*.log
lntest/itest/output*.log
lntest/itest/.backendlogs
lntest/itest/.minerlogs

@ -65,4 +65,4 @@ else
ITEST_TAGS += btcd
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