mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: restic: Set a variable to disable FUSE tests.
* gnu/packages/backup.scm (restic): Set a variable to disable FUSE tests.
This commit is contained in:
parent
c4f8953a12
commit
773899112b
1 changed files with 2 additions and 2 deletions
|
@ -868,8 +868,8 @@ (define-public restic
|
||||||
(with-directory-excursion (string-append
|
(with-directory-excursion (string-append
|
||||||
"src/github.com/restic/restic-"
|
"src/github.com/restic/restic-"
|
||||||
,version)
|
,version)
|
||||||
;; unexpected error: fusermount: exit status 1
|
;; Disable FUSE tests.
|
||||||
(delete-file "cmd/restic/integration_fuse_test.go")
|
(setenv "RESTIC_TEST_FUSE" "0")
|
||||||
(invoke "go" "run" "build.go" "--test"))))
|
(invoke "go" "run" "build.go" "--test"))))
|
||||||
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue