Skip to content
Snippets Groups Projects
Unverified Commit 198eac2b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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'.
parent 88eaed61
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment