installcheck: Don't depend on install
This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase.
This commit is contained in:
		
							parent
							
								
									1eff3ad37f
								
							
						
					
					
						commit
						28dc488335
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								tests.mk
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								tests.mk
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,7 +10,7 @@ define run-install-test =
 | 
			
		|||
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
installcheck: install
 | 
			
		||||
installcheck:
 | 
			
		||||
	@total=0; failed=0; for i in $(_installcheck-list); do \
 | 
			
		||||
	  total=$$((total + 1)); \
 | 
			
		||||
	  echo "running test $$i"; \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue