Skip to content

Commit

Permalink
ci: during the test in the ci increase verbosity of the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Mar 4, 2022
1 parent 363b9e5 commit 8ff83a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash
cd lnprototest
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner'
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner --log-cli-level=DEBUG'
1 change: 1 addition & 0 deletions lnprototest/backend/bitcoind.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def f(*args: Any) -> Callable:

class Bitcoind(Backend):
"""Starts regtest bitcoind on an ephemeral port, and returns the RPC proxy"""

def __init__(self, basedir: str):
self.rpc = None
self.proc = None
Expand Down
2 changes: 1 addition & 1 deletion lnprototest/dummyrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ def is_running(self) -> bool:
return True

def teardown(self):
pass
pass

0 comments on commit 8ff83a9

Please sign in to comment.