guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guix: Really skip "pivot-root" test.


From: Ludovic Courtès
Subject: 01/01: gnu: guix: Really skip "pivot-root" test.
Date: Wed, 21 Dec 2016 13:29:31 +0000 (UTC)

civodul pushed a commit to branch version-0.12.0
in repository guix.

commit 7af6ecab6e7b703de5fc3870bc34a8c8172efc53
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 21 14:26:21 2016 +0100

    gnu: guix: Really skip "pivot-root" test.
    
    This is a followup to fe9bdb581e6c4a62795f4ced6f4a5a8eab1a34e4 (which
    introduced 'test-equal' for the "pivot-root" test) and to
    198eac2bca075d0e71e504f1e8c46fddc62171bb (which updated the regexps for
    skipped tests.)
    
    * gnu/packages/package-management.scm (guix-0.12.0)[arguments]: In
    'disable-container-tests' phase, add "test-equal" to the regexp, so that
    "pivot-root" is really skipped.
---
 gnu/packages/package-management.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 50db266..732dbc2 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -121,7 +121,7 @@
                    ;; XXX FIXME: These tests fail within the build container.
                    (lambda _
                      (substitute* "tests/syscalls.scm"
-                       (("^\\(test-assert \"(clone|setns|pivot-root)\"" all)
+                       (("^\\(test-(assert|equal) 
\"(clone|setns|pivot-root)\"" all)
                         (string-append "(test-skip 1)\n" all)))
                      (substitute* "tests/containers.scm"
                        (("^\\(test-(assert|equal)" all)



reply via email to

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