Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run functional tests with bitcoin-qt gui #82

Open
maflcko opened this issue Oct 24, 2022 · 0 comments
Open

Run functional tests with bitcoin-qt gui #82

maflcko opened this issue Oct 24, 2022 · 0 comments

Comments

@maflcko
Copy link
Owner

maflcko commented Oct 24, 2022

bitcoin@85e2b57

QT_FATAL_WARNINGS=1 LC_ALL=de_DE.UTF-8 QT_QPA_PLATFORM=offscreen BITCOIND=bitcoin-qt ./test/functional/test_runner.py
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:
@maflcko maflcko changed the title Run functional tests with bitcoin-qt Run functional tests with bitcoin-qt gui Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant