mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: julia: Adjust libgit2 tests.
* gnu/packages/julia.scm (julia)[arguments] <'disable-broken-tests>: Patch libgit2.jl.
This commit is contained in:
parent
4e847986bc
commit
d40b5684c5
1 changed files with 6 additions and 0 deletions
|
@ -228,6 +228,12 @@ (define-public julia
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'disable-broken-tests
|
(add-before 'check 'disable-broken-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
;; Adjust expected error messages to match what current libgit2
|
||||||
|
;; provides.
|
||||||
|
(substitute* "test/libgit2.jl"
|
||||||
|
(("Invalid Content-Type") "invalid Content-Type")
|
||||||
|
(("Failed to resolve path") "failed to resolve path"))
|
||||||
|
|
||||||
(substitute* "test/choosetests.jl"
|
(substitute* "test/choosetests.jl"
|
||||||
;; These tests fail, probably because some of the input
|
;; These tests fail, probably because some of the input
|
||||||
;; binaries have been stripped and thus backtraces don't look
|
;; binaries have been stripped and thus backtraces don't look
|
||||||
|
|
Loading…
Reference in a new issue