mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-11 21:49:06 +02:00
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…
x
Reference in New Issue
Block a user