gnu: emacs-ivy: Simplify #:test-command.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
This commit is contained in:
		
							parent
							
								
									36d19f0bb2
								
							
						
					
					
						commit
						90fc79d8bf
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -5060,9 +5060,7 @@ automatically.")
 | 
			
		|||
             (lambda _
 | 
			
		||||
               (delete-file-recursively ".git"))))
 | 
			
		||||
         #:tests? #t
 | 
			
		||||
         #:test-command '("emacs" "--batch"
 | 
			
		||||
                          "-l" "ivy-test.el"
 | 
			
		||||
                          "-f" "ivy-test-run-tests")))
 | 
			
		||||
         #:test-command '("make" "test")))
 | 
			
		||||
      (propagated-inputs
 | 
			
		||||
       `(("emacs-hydra" ,emacs-hydra)))
 | 
			
		||||
      (native-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue