test : add ldconfig to call
This commit is contained in:
parent
9289f7de8b
commit
e98fe94eb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue