mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: guix: Really skip "pivot-root" test.
This is a followup tofe9bdb581e
(which introduced 'test-equal' for the "pivot-root" test) and to198eac2bca
(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.
This commit is contained in:
parent
7aa8785c41
commit
7af6ecab6e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue