We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6780 commit c33ff2fCopy full SHA for c33ff2f
contrib/remote_hsmd/scripts/rerun-failed-tests
@@ -15,4 +15,4 @@ SUBDAEMON='hsmd:remote_hsmd' \
15
REMOTE_SIGNER_CMD=$(pwd)/../rust-lightning-signer/target/debug/server \
16
pytest \
17
$TESTS \
18
--n=32 --timeout=300 --timeout_method=thread
+-n=32 --timeout=300 --timeout_method=thread -v
contrib/remote_hsmd/scripts/run-one-test
@@ -14,4 +14,4 @@ SUBDAEMON='hsmd:remote_hsmd' \
14
$THETEST \
--v --timeout=300 --timeout_method=thread -x
+-v --timeout=300 --timeout_method=thread -x -s
0 commit comments