gnu: bitcoin-unlimited: Fix time specific test failure.

* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Patch test to fix
time specific failure.
This commit is contained in:
Christopher Baines 2020-12-23 10:43:55 +00:00
parent 592d6952f6
commit 94803ec345
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1474,6 +1474,11 @@ (define-public bitcoin-unlimited
(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