diff --git a/tests/ci/scan_file_path.py b/tests/ci/scan_file_path.py index d592f955b0..49fba3df9c 100644 --- a/tests/ci/scan_file_path.py +++ b/tests/ci/scan_file_path.py @@ -124,8 +124,7 @@ def scan_files_path(source_file_path): "deps", "/root/charles/TDinternal/community/source/libs/parser/src/sql.c", "/root/charles/TDinternal/community/source/client/jni/windows/win32/bridge/AccessBridgeCalls.c", - "/root/charles/TDinternal/community/source/libs/decimal/src/detail", - "/root/charles/TDinternal/community/source/libs/decimal/inc/wideInteger.h", + "/root/charles/TDinternal/community/source/libs/decimal/", ] for root, dirs, files in os.walk(source_file_path): for file in files: @@ -147,8 +146,7 @@ def input_files(change_files): "source/libs/parser/src/sql.c", "source/libs/azure", "source/client/jni/windows/win32/bridge/AccessBridgeCalls.c", - "/root/charles/TDinternal/community/source/libs/decimal/src/detail", - "/root/charles/TDinternal/community/source/libs/decimal/inc/wideInteger.h", + "/root/charles/TDinternal/community/source/libs/decimal/", ] with open(change_files, 'r') as file: for line in file: