[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: attic: Disable the test suite.
From: |
Leo Famulari |
Subject: |
01/01: gnu: attic: Disable the test suite. |
Date: |
Tue, 11 Oct 2016 05:18:51 +0000 (UTC) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 1df6d73bdf7044ad0818c95969b8872414497682
Author: Leo Famulari <address@hidden>
Date: Tue Oct 11 00:48:45 2016 -0400
gnu: attic: Disable the test suite.
* gnu/packages/backup.scm (attic)[arguments]: Set #:tests? #f.
---
gnu/packages/backup.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index fca601f..535d535 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -475,7 +475,10 @@ to not fully trusted targets. Borg is a fork of Attic.")
"0b5skd36r4c0915lwpkqg5hxm49gls9pprs1b7hc40910wlcsl36"))))
(build-system python-build-system)
(arguments
- `(#:phases
+ `(;; The tests assume they are run as root:
+ ;; https://github.com/jborg/attic/issues/7
+ #:tests? #f
+ #:phases
(modify-phases %standard-phases
(add-before
'build 'set-openssl-prefix