[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: guix: Re-enable container tests.
From: |
David Thompson |
Subject: |
02/09: gnu: guix: Re-enable container tests. |
Date: |
Sun, 02 Aug 2015 01:51:42 +0000 |
davexunit pushed a commit to branch wip-container
in repository guix.
commit 8a1a645ffd337f1c02be40da05a2947b4a74888a
Author: David Thompson <address@hidden>
Date: Sat Aug 1 21:36:41 2015 -0400
gnu: guix: Re-enable container tests.
* gnu/packages/package-management.scm (guix-devel): Delete
'disable-container-tests' phase.
---
gnu/packages/package-management.scm | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 55e5037..f7af1a3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -200,18 +200,7 @@ the Nix package manager.")
(chmod po #o666))
(find-files "." "\\.po$"))
- (zero? (system* "sh" "bootstrap"))))
- (add-after
- 'unpack 'disable-container-tests
- ;; XXX FIXME: These tests fail within the build container.
- (lambda _
- (substitute* "tests/syscalls.scm"
- (("^\\(test-assert \"(clone|setns|pivot-root)\"" all)
- (string-append "(test-skip 1)\n" all)))
- (substitute* "tests/containers.scm"
- (("^\\(test-assert" all)
- (string-append "(test-skip 1)\n" all)))
- #t))))))
+ (zero? (system* "sh" "bootstrap"))))))))
(native-inputs
`(("autoconf" ,(autoconf-wrapper))
("automake" ,automake)
- branch wip-container created (now 94e4501), David Thompson, 2015/08/01
- 02/09: gnu: guix: Re-enable container tests.,
David Thompson <=
- 01/09: build: container: Add #:host-uids argument to call-with-container., David Thompson, 2015/08/01
- 05/09: build: container: Setup /dev/console., David Thompson, 2015/08/01
- 03/09: build: file-systems: Allow for bind mounting regular files., David Thompson, 2015/08/01
- 04/09: build: syscalls: Add pseudo-terminal bindings., David Thompson, 2015/08/01
- 07/09: scripts: system: Add 'container' action., David Thompson, 2015/08/01
- 06/09: gnu: system: Add Linux container module., David Thompson, 2015/08/01
- 08/09: scripts: environment: Add --container option., David Thompson, 2015/08/01
- 09/09: scripts: Add 'container' subcommand., David Thompson, 2015/08/01