test : add ldconfig to call

This commit is contained in:
Alex Duan 2023-03-28 15:08:38 +08:00
parent 9289f7de8b
commit e98fe94eb2
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ class TDTestCase:
packs = ["taospyudf"]
for pack in packs:
subprocess.check_call([sys.executable, '-m', 'pip', 'install', pack])
tdLog.info("call ldconfig...")
os.system("ldconfig")
tdLog.info("install taospyudf successfully.")
# run