From 3f694e38609959ed53ad01e600b0fa1a5ce4809a Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Tue, 4 Apr 2023 14:07:41 +0800 Subject: [PATCH] test: projDir is error --- tests/system-test/0-others/walRetention.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/0-others/walRetention.py b/tests/system-test/0-others/walRetention.py index befecf0f8a..faa5cbc9c5 100644 --- a/tests/system-test/0-others/walRetention.py +++ b/tests/system-test/0-others/walRetention.py @@ -223,8 +223,8 @@ class TDTestCase: projPath = selfPath[:selfPath.find("community")] else: projPath = selfPath[:selfPath.find("tests")] - self.projDir += f"{projPath}sim/" - tdLog.info(f" init projPath={projPath}") + self.projDir = f"{projPath}sim/" + tdLog.info(f" init projPath={self.projDir}") self.column_dict = { 'ts': 'timestamp', -- GitLab