mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
dbc2c2fe4a
commit
43b16be781
1 changed files with 9 additions and 1 deletions
|
@ -1874,7 +1874,15 @@ (define-public go-github-com-warpfork-go-wish
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(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")
|
||||
(synopsis "Test assertions for Golang")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue