From aa913f6e827fbb6ee66a28764c87cc593c599149 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Tue, 22 Mar 2022 00:09:52 +0800 Subject: [PATCH] update chore Signed-off-by: Weizhen Wang --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 8ea85d6a24694..163c901861fd1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -54,7 +54,7 @@ PACKAGE_DIRECTORIES_TIDB_TESTS := $(PACKAGE_LIST_TIDB_TESTS) | sed 's|github.com FILES := $$(find $$($(PACKAGE_DIRECTORIES)) -name "*.go") FILES_TIDB_TESTS := $$(find $$($(PACKAGE_DIRECTORIES_TIDB_TESTS)) -name "*.go") -UNCONVERT_PACKAGES_LIST := go list ./...| grep -vE "lightning\/checkpoints|lightning\/manual|lightning\/common" +UNCONVERT_PACKAGES_LIST := go list ./...| grep -vE "lightning\/checkpoints|lightning\/manual|lightning\/common|tidb-binlog\/proto\/go-binlog" UNCONVERT_PACKAGES := $$($(UNCONVERT_PACKAGES_LIST)) FAILPOINT_ENABLE := find $$PWD/ -type d | grep -vE "(\.git|tools)" | xargs tools/bin/failpoint-ctl enable