mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
Merge pull request #4781 from cfromknecht/fix-timeout-build-tags
lntest/timeouts: fix timeout build predicates
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user