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:
		
							parent
							
								
									88eaed6174
								
							
						
					
					
						commit
						198eac2bca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -123,7 +123,7 @@
 | 
				
			||||||
                       (("^\\(test-assert \"(clone|setns|pivot-root)\"" all)
 | 
					                       (("^\\(test-assert \"(clone|setns|pivot-root)\"" all)
 | 
				
			||||||
                        (string-append "(test-skip 1)\n" all)))
 | 
					                        (string-append "(test-skip 1)\n" all)))
 | 
				
			||||||
                     (substitute* "tests/containers.scm"
 | 
					                     (substitute* "tests/containers.scm"
 | 
				
			||||||
                       (("^\\(test-assert" all)
 | 
					                       (("^\\(test-(assert|equal)" all)
 | 
				
			||||||
                        (string-append "(test-skip 1)\n" all)))
 | 
					                        (string-append "(test-skip 1)\n" all)))
 | 
				
			||||||
                     (when (file-exists? "tests/guix-environment-container.sh")
 | 
					                     (when (file-exists? "tests/guix-environment-container.sh")
 | 
				
			||||||
                       (substitute* "tests/guix-environment-container.sh"
 | 
					                       (substitute* "tests/guix-environment-container.sh"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue