浏览代码

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
没有帐户链接到提交者的电子邮件
共有 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); \

正在加载...
取消
保存