mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +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
|
package lntest
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// +build darwin
|
// +build darwin,!kvdb_etcd
|
||||||
|
|
||||||
package lntest
|
package lntest
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// +build !darwin, kvdb_etcd
|
// +build kvdb_etcd
|
||||||
|
|
||||||
package lntest
|
package lntest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user