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
|
@ -868,8 +868,8 @@ is like a time machine for your data. ")
|
||||||
(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 New Issue