mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: go-github-com-rakyll-statik: Skip some tests.
* gnu/packages/golang.scm (go-github-com-rakyll-statik) [arguments] <test-flags>: Skip 5 tests. Change-Id: Id02cf2a6ab916e62c125da9dc6edc78b905a03dd
This commit is contained in:
parent
cbe1dd297a
commit
34c10a61c3
1 changed files with 12 additions and 1 deletions
|
@ -2139,7 +2139,18 @@ for speed on short messages.")
|
|||
"fmt.Print(helpText + \"\\n\")"))))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/rakyll/statik"))
|
||||
(list
|
||||
#:import-path "github.com/rakyll/statik"
|
||||
#:test-flags
|
||||
#~(list "-skip"
|
||||
(string-join
|
||||
(list
|
||||
"TestOpen/Files_should_retain_their_original_file*"
|
||||
"TestOpen/Images_should_successfully_unpack"
|
||||
"TestOpen/'index.html'_files_should_be_returned*"
|
||||
"TestOpen/listed_all_sub_directories_in_deep_directory"
|
||||
"TestOpen/Paths_containing_dots_should_be_properly_sanitized")
|
||||
"|"))))
|
||||
(home-page "https://github.com/rakyll/statik/")
|
||||
(synopsis "Embed files into a Go executable")
|
||||
(description "Statik allows you to embed a directory of static files into
|
||||
|
|
Loading…
Add table
Reference in a new issue