Skip to content

Commit 1c4109b

Browse files
committed
Fixed issues w/ rebase onto upstream/master.
1 parent fb65e18 commit 1c4109b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

contrib/remote_hsmd/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RMTHSMD_COMMON_OBJS := \
3737
common/amount.o \
3838
common/bigsize.o \
3939
common/bip32.o \
40+
common/channel_id.o \
4041
common/daemon.o \
4142
common/daemon_conn.o \
4243
common/derive_basepoints.o \
@@ -48,6 +49,7 @@ RMTHSMD_COMMON_OBJS := \
4849
common/msg_queue.o \
4950
common/node_id.o \
5051
common/permute_tx.o \
52+
common/setup.o \
5153
common/status.o \
5254
common/status_wire.o \
5355
common/subdaemon.o \

contrib/remote_hsmd/scripts/run-one-test

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22

33
THETEST=$1
44

5-
export PYTHONPATH=\
6-
`pwd`/hsmd:\
7-
`pwd`/contrib/pylightning:\
8-
`pwd`/contrib/pyln-proto:\
9-
`pwd`/contrib/pyln-testing:\
10-
`pwd`/contrib/pyln-client:\
11-
$PYTHONPATH
12-
5+
PYTHONPATH=\
6+
$PWD/contrib/pyln-client:\
7+
$PWD/contrib/pyln-testing:\
8+
$PWD/contrib/pyln-proto/: \
139
TEST_DEBUG=1 \
1410
DEVELOPER=1 \
1511
VALGRIND=0 \
1612
SLOW_MACHINE=1 \
1713
SUBDAEMON='hsmd:remote_hsmd' \
1814
pytest \
1915
$THETEST \
20-
-v --timeout=550 --timeout_method=thread -x -s
21-
16+
-v --timeout=550 --timeout_method=thread -x

0 commit comments

Comments
 (0)