From f3b46a4a9c8f1b2c5a71feb3132b7dd121681c96 Mon Sep 17 00:00:00 2001 From: nic-chen Date: Fri, 13 Nov 2020 08:30:54 +0800 Subject: [PATCH] fix: make cli test more compatible --- api/test/shell/cli_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test/shell/cli_test.sh b/api/test/shell/cli_test.sh index 5023df3f94..f3eab2afc5 100755 --- a/api/test/shell/cli_test.sh +++ b/api/test/shell/cli_test.sh @@ -46,7 +46,7 @@ fi #change level and path -sed -i 's/file_path: logs\/error.log/file_path: .\/error.log/' conf/conf.yaml +sed -i 's/logs\/error.log/.\/error.log/' conf/conf.yaml sed -i 's/warn/info/' conf/conf.yaml ./manager-api &