guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guix: Really skip all the container tests.


From: Ludovic Courtès
Subject: 01/02: gnu: guix: Really skip all the container tests.
Date: Mon, 14 Nov 2016 14:39:46 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 198eac2bca075d0e71e504f1e8c46fddc62171bb
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 14 15:38:09 2016 +0100

    gnu: guix: Really skip all the container tests.
    
    * gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Update
    pattern in 'disable-container-tests' to match 'test-equal'.
---
 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 b917ee7..5da7db7 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -123,7 +123,7 @@
                        (("^\\(test-assert \"(clone|setns|pivot-root)\"" all)
                         (string-append "(test-skip 1)\n" all)))
                      (substitute* "tests/containers.scm"
-                       (("^\\(test-assert" all)
+                       (("^\\(test-(assert|equal)" all)
                         (string-append "(test-skip 1)\n" all)))
                      (when (file-exists? "tests/guix-environment-container.sh")
                        (substitute* "tests/guix-environment-container.sh"



reply via email to

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