提交 e98fe94e 编写于 作者: A Alex Duan

test : add ldconfig to call

上级 9289f7de
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册