File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RMTHSMD_COMMON_OBJS := \
37
37
common/amount.o \
38
38
common/bigsize.o \
39
39
common/bip32.o \
40
+ common/channel_id.o \
40
41
common/daemon.o \
41
42
common/daemon_conn.o \
42
43
common/derive_basepoints.o \
@@ -48,6 +49,7 @@ RMTHSMD_COMMON_OBJS := \
48
49
common/msg_queue.o \
49
50
common/node_id.o \
50
51
common/permute_tx.o \
52
+ common/setup.o \
51
53
common/status.o \
52
54
common/status_wire.o \
53
55
common/subdaemon.o \
Original file line number Diff line number Diff line change 2
2
3
3
THETEST=$1
4
4
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/: \
13
9
TEST_DEBUG=1 \
14
10
DEVELOPER=1 \
15
11
VALGRIND=0 \
16
12
SLOW_MACHINE=1 \
17
13
SUBDAEMON=' hsmd:remote_hsmd' \
18
14
pytest \
19
15
$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