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'.
This commit is contained in:
Ludovic Courtès 2016-11-14 15:38:09 +01:00
parent 88eaed6174
commit 198eac2bca
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -123,7 +123,7 @@ (define (copy arch)
(("^\\(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"