소스 검색

Fix makefile syntax error (#10622)

Fix error found via checkmake. It was the only worthwhile issue it reported.
tags/v1.10.5
silverwind 4 년 전
부모
커밋
334f09d934
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -258,7 +258,7 @@ fmt-check:
test:
GO111MODULE=on $(GO) test $(GOTESTFLAGS) -mod=vendor -tags='sqlite sqlite_unlock_notify' $(PACKAGES)

PHONY: test-check
.PHONY: test-check
test-check:
@echo "Checking if tests have changed the source tree...";
@diff=$$(git status -s); \

Loading…
취소
저장