Merge pull request #4781 from cfromknecht/fix-timeout-build-tags
lntest/timeouts: fix timeout build predicates
This commit is contained in:
commit
1efef51268
@ -1,4 +1,4 @@
|
||||
// +build !darwin, !kvdb_etcd
|
||||
// +build !darwin,!kvdb_etcd
|
||||
|
||||
package lntest
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build darwin
|
||||
// +build darwin,!kvdb_etcd
|
||||
|
||||
package lntest
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !darwin, kvdb_etcd
|
||||
// +build kvdb_etcd
|
||||
|
||||
package lntest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user