unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
@ 2020-12-23 10:45 Christopher Baines
  2020-12-30 10:51 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2020-12-23 10:45 UTC (permalink / raw)
  To: 45391

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

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c7a606f3b2..3f1ecb40f1 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1469,6 +1469,12 @@ 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
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-31 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 10:45 [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure Christopher Baines
2020-12-30 10:51 ` Mathieu Othacehe
2020-12-31 20:08   ` bug#45391: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).