guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: guix: Enable container tests.


From: David Thompson
Subject: 01/01: gnu: guix: Enable container tests.
Date: Fri, 04 Sep 2015 17:15:16 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 34582b303719bd1f305a2a565285ee19e65a4706
Author: David Thompson <address@hidden>
Date:   Fri Sep 4 13:13:25 2015 -0400

    gnu: guix: Enable container tests.
    
    * gnu/packages/package-management.scm (guix-devel): Delete
      'disable-container-tests' build 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]