Skip to content

Commit c33ff2f

Browse files
committed
adjusted test running scripts
1 parent 25e6780 commit c33ff2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/remote_hsmd/scripts/rerun-failed-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ SUBDAEMON='hsmd:remote_hsmd' \
1515
REMOTE_SIGNER_CMD=$(pwd)/../rust-lightning-signer/target/debug/server \
1616
pytest \
1717
$TESTS \
18-
-n=32 --timeout=300 --timeout_method=thread
18+
-n=32 --timeout=300 --timeout_method=thread -v

contrib/remote_hsmd/scripts/run-one-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ SUBDAEMON='hsmd:remote_hsmd' \
1414
REMOTE_SIGNER_CMD=$(pwd)/../rust-lightning-signer/target/debug/server \
1515
pytest \
1616
$THETEST \
17-
-v --timeout=300 --timeout_method=thread -x
17+
-v --timeout=300 --timeout_method=thread -x -s

0 commit comments

Comments
 (0)