From 7af6ecab6e7b703de5fc3870bc34a8c8172efc53 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 21 Dec 2016 14:26:21 +0100 Subject: 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 50db2666a7..732dbc2ce3 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -121,7 +121,7 @@ (define (copy arch) ;; 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) -- cgit v1.2.3