guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bitcoin-unlimited: Disable failing test.


From: guix-commits
Subject: branch master updated: gnu: bitcoin-unlimited: Disable failing test.
Date: Mon, 27 Mar 2023 09:45:37 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b3f559886f gnu: bitcoin-unlimited: Disable failing test.
b3f559886f is described below

commit b3f559886fb699ca68d9b31046ede493f26f38c7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Mar 27 15:40:10 2023 +0200

    gnu: bitcoin-unlimited: Disable failing test.
    
    * gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test
      failing because of an expired SSL certificate.
---
 gnu/packages/finance.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 3f3fc078f0..2b18b0bb88 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1782,7 +1782,12 @@ following three utilities are included with the library:
              ;; exist.
              (substitute* "src/Makefile.test.include"
                (("test/utilprocess_tests.cpp")
-                ""))))
+                ""))
+             ;; Disable PaymentServer failing test because it's using
+             ;; an expired SSL certificate.
+             (substitute* "src/qt/test/test_main.cpp"
+               (("if \\(QTest::qExec\\(&test2\\) != 0\\)")
+                "if (QTest::qExec(&test2) == 0)"))))
          (add-before 'check 'set-home
            (lambda _
              ;; Tests write to $HOME



reply via email to

[Prev in Thread] Current Thread [Next in Thread]