File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 22
33THETEST=$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/: \
139TEST_DEBUG=1 \
1410DEVELOPER=1 \
1511VALGRIND=0 \
1612SLOW_MACHINE=1 \
1713SUBDAEMON=' hsmd:remote_hsmd' \
1814pytest \
1915$THETEST \
20- -v --timeout=550 --timeout_method=thread -x -s
21-
16+ -v --timeout=550 --timeout_method=thread -x
You can’t perform that action at this time.
0 commit comments