From 159268f1543da16f98ab27ce0616cc9ab2d4d4f3 Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Tue, 3 Nov 2020 09:39:07 +0800
Subject: [PATCH] fix Makefile problem

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 73fc703ab..2f6c9bd4e 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ GO_LICENSE_CHECKER = $(GO_PATH)/bin/license-header-checker
 LICENSE_DIR = /tmp/tools/license
 
 ARCH = amd64
-
-ZK_TEST_LIST=registry/zookeeper cluster/router/chain cluster/router/condition cluster/router/tag  metadata/report/zookeeper
+# for add zookeeper fatjar
+ZK_TEST_LIST=config_center/zookeeper registry/zookeeper cluster/router/chain cluster/router/condition cluster/router/tag  metadata/report/zookeeper
 ZK_JAR_NAME=zookeeper-3.4.9-fatjar.jar
 ZK_FATJAR_BASE=/zookeeper-4unittest/contrib/fatjar
 ZK_JAR_PATH=remoting/zookeeper$(ZK_FATJAR_BASE)
-- 
GitLab