gnu: emacs-s: Do not use full-fledged Emacs to run tests.
* gnu/packages/emacs-xyz.scm (emacs-s)[arguments]: Use emacs-minimal.
This commit is contained in:
		
							parent
							
								
									b3beeaa309
								
							
						
					
					
						commit
						5f8c11d48e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4700,7 +4700,6 @@ which is restored where possible when the file is loaded again.")
 | 
			
		|||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #t
 | 
			
		||||
       #:emacs ,emacs                   ; FIXME: tests fail with emacs-minimal
 | 
			
		||||
       #:test-command '("./run-tests.sh")))
 | 
			
		||||
    (home-page "https://github.com/magnars/s.el")
 | 
			
		||||
    (synopsis "Emacs string manipulation library")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue