mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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:
parent
592d6952f6
commit
94803ec345
1 changed files with 5 additions and 0 deletions
|
@ -1474,6 +1474,11 @@ (define-public bitcoin-unlimited
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-tests
|
(add-after 'unpack 'fix-tests
|
||||||
(lambda _
|
(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.
|
;; Disable utilprocess_tests because it never ends.
|
||||||
;; It looks like it tries to start /bin/sleep and waits until it
|
;; 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
|
;; is in the list of running processes, but /bin/sleep doesn't
|
||||||
|
|
Loading…
Reference in a new issue