mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-warpfork-go-wish: Fix tests.
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-wish) [arguments] <test-subdirs>: Run tests on shorter range. <test-flags>: Skip more tests. Change-Id: I1f6e19c3c2e4001d583a7e3d0d04095740fe3e4c
This commit is contained in:
parent
d90e5dcf58
commit
400ae6e898
1 changed files with 9 additions and 1 deletions
|
@ -1874,7 +1874,15 @@ testmark} format, which itself is a subset of Markdown format.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/warpfork/go-wish"))
|
#:import-path "github.com/warpfork/go-wish"
|
||||||
|
#:test-subdirs #~(list "cmp/..." "wishfix" ".")
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-skip" (string-join
|
||||||
|
(list "TestDiff"
|
||||||
|
"TestOptions"
|
||||||
|
"TestGoTestOutputTree/non-verbose"
|
||||||
|
"TestGoTestOutputFun/non-verbose")
|
||||||
|
"|"))))
|
||||||
(home-page "https://github.com/warpfork/go-wish")
|
(home-page "https://github.com/warpfork/go-wish")
|
||||||
(synopsis "Test assertions for Golang")
|
(synopsis "Test assertions for Golang")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue