mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Fix make search.checker
This commit is contained in:
		
							parent
							
								
									38fdd2288a
								
							
						
					
					
						commit
						b56449d3fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -44,10 +44,10 @@ lxc.clean: | |||
| 
 | ||||
| PHONY += search.checker search.checker.% | ||||
| search.checker: install | ||||
| 	$(Q)./manage pyenv.cmd searx-checker -v | ||||
| 	$(Q)./manage pyenv.cmd searxng-checker -v | ||||
| 
 | ||||
| search.checker.%: install | ||||
| 	$(Q)./manage pyenv.cmd searx-checker -v "$(subst _, ,$(patsubst search.checker.%,%,$@))" | ||||
| 	$(Q)./manage pyenv.cmd searxng-checker -v "$(subst _, ,$(patsubst search.checker.%,%,$@))" | ||||
| 
 | ||||
| PHONY += test ci.test test.shell | ||||
| ci.test: test.yamllint test.black test.pyright test.pylint test.unit test.robot test.rst test.pybabel | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament