mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: go-github-com-kardianos-osext: Skip the tests.
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]: Disable the test suite.
This commit is contained in:
parent
6c46e8e693
commit
80da197ad4
1 changed files with 4 additions and 1 deletions
|
@ -505,7 +505,10 @@ (define-public go-github-com-kardianos-osext
|
|||
"056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/kardianos/osext"))
|
||||
`(#:import-path "github.com/kardianos/osext"
|
||||
;; The tests are flaky:
|
||||
;; <https://github.com/kardianos/osext/issues/21>
|
||||
#:tests? #f))
|
||||
(synopsis "Find the running executable")
|
||||
(description "Osext provides a method for finding the current executable
|
||||
file that is running. This can be used for upgrading the current executable or
|
||||
|
|
Loading…
Reference in a new issue