You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py
index 0ac0af27d5..2e041d6de7 100755
--- a/test/functional/test_framework/test_node.py+++ b/test/functional/test_framework/test_node.py@@ -630,6 +630,7 @@ class TestNode():
Will throw if bitcoind starts without an error.
Will throw if an expected_msg is provided and it does not match bitcoind's stdout."""
assert not self.running
+ return
with tempfile.NamedTemporaryFile(dir=self.stderr_dir, delete=False) as log_stderr, \
tempfile.NamedTemporaryFile(dir=self.stdout_dir, delete=False) as log_stdout:
try:
The text was updated successfully, but these errors were encountered:
maflcko
changed the title
Run functional tests with bitcoin-qt
Run functional tests with bitcoin-qt gui
Aug 27, 2023
bitcoin@85e2b57
The text was updated successfully, but these errors were encountered: