mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix makefile syntax error (#10622)
Fix error found via checkmake. It was the only worthwhile issue it reported.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -258,7 +258,7 @@ fmt-check:
 | 
				
			|||||||
test:
 | 
					test:
 | 
				
			||||||
	GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)
 | 
						GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PHONY: test-check
 | 
					.PHONY: test-check
 | 
				
			||||||
test-check:
 | 
					test-check:
 | 
				
			||||||
	@echo "Checking if tests have changed the source tree...";
 | 
						@echo "Checking if tests have changed the source tree...";
 | 
				
			||||||
	@diff=$$(git status -s); \
 | 
						@diff=$$(git status -s); \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user