build: apply rpctest tag in itest

We need to distinguish an lnd build for the purpose of integration
testing from a regular dev build. This makes it possible to adapt
parameters to let integration tests run faster (for example:
sweeper batch window).
This commit is contained in:
Joost Jager
2018-11-02 09:49:32 +01:00
parent 91f3df07e4
commit 3b1357c3ab
3 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View File

@@ -28,6 +28,8 @@ _testmain.go
/lnd-debug
/lncli
/lncli-debug
/lnd-itest
/lncli-itest
# Integration test log files
output*.log