guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bitcoin-unlimited: Fix time specific test fa


From: guix-commits
Subject: branch master updated: gnu: bitcoin-unlimited: Fix time specific test failure.
Date: Thu, 31 Dec 2020 15:07:09 -0500

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94803ec  gnu: bitcoin-unlimited: Fix time specific test failure.
94803ec is described below

commit 94803ec345a1f83ce6fdc446452cb887a7a302a7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Dec 23 10:43:55 2020 +0000

    gnu: bitcoin-unlimited: Fix time specific test failure.
    
    * gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Patch test to fix
    time specific failure.
---
 gnu/packages/finance.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 3a239d0..326df29 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1474,6 +1474,11 @@ entity management.")
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests
            (lambda _
+             ;; Fix data specific test failure
+             ;; 
https://reviews.bitcoinabc.org/rABC67bbd3d0aaee2952ff1cb5da51d1fd0b50c2b63a
+             (substitute* "src/test/rpc_tests.cpp"
+               (("1607731200") "9907731200"))
+
              ;; Disable utilprocess_tests because it never ends.
              ;; It looks like it tries to start /bin/sleep and waits until it
              ;; is in the list of running processes, but /bin/sleep doesn't



reply via email to

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