fix(os): add win32 taosd case

This commit is contained in:
afwerar 2022-06-09 15:36:02 +08:00
parent d95b7a3dc1
commit 07cd4a9dfe
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ from util.log import *
from util.sql import *
from util.cases import *
import tzlocal
import platform
import os
if platform.system().lower() == 'windows':
import tzlocal
class TDTestCase: