mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
fix: any value counts as true
This commit is contained in:
parent
463875f7bf
commit
22e56bdf55
@ -100,7 +100,7 @@ def close_open_nodes(attach_logs_on_fail):
|
|||||||
@pytest.fixture(scope="function", autouse=True)
|
@pytest.fixture(scope="function", autouse=True)
|
||||||
def check_nomos_log_errors(request):
|
def check_nomos_log_errors(request):
|
||||||
yield
|
yield
|
||||||
if CHECK_LOG_ERRORS.lower() == "true" or CHECK_LOG_ERRORS.lower() == "yes":
|
if CHECK_LOG_ERRORS:
|
||||||
logger.debug(f"Running fixture teardown: {inspect.currentframe().f_code.co_name}")
|
logger.debug(f"Running fixture teardown: {inspect.currentframe().f_code.co_name}")
|
||||||
for node in DS.nomos_nodes:
|
for node in DS.nomos_nodes:
|
||||||
node.check_nomos_log_errors()
|
node.check_nomos_log_errors()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user