Fixed broken calls to _if_ninja_target_execute (#38992)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							532a37e7ba
						
					
				
				
					commit
					45c5af10c3
				
			@@ -209,5 +209,5 @@ def install(self, pkg, spec, prefix):
 | 
				
			|||||||
    def check(self):
 | 
					    def check(self):
 | 
				
			||||||
        """Search Meson-generated files for the target ``test`` and run it if found."""
 | 
					        """Search Meson-generated files for the target ``test`` and run it if found."""
 | 
				
			||||||
        with fs.working_dir(self.build_directory):
 | 
					        with fs.working_dir(self.build_directory):
 | 
				
			||||||
            self._if_ninja_target_execute("test")
 | 
					            self.pkg._if_ninja_target_execute("test")
 | 
				
			||||||
            self._if_ninja_target_execute("check")
 | 
					            self.pkg._if_ninja_target_execute("check")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user