test:add win testcase in ci

This commit is contained in:
chenhaoran 2022-11-27 18:01:07 +08:00
parent 8ec9ca5c64
commit 54e6d72c2d
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ goto :eof
:CheckSkipCase
set skipCase=false
if "%*" == "python3 ./test.py -f 1-insert/insertWithMoreVgroup.py" ( set skipCase=true )
if "%*" == "python3 ./test.py -f 2-query/queryQnode.py" ( set skipCase=true )
if "%*" == "python3 ./test.py -f 1-insert/insertWithMoreVgroup.py" ( set skipCase=false )
if "%*" == "python3 ./test.py -f 2-query/queryQnode.py" ( set skipCase=false )
echo %* | grep "\-R" && set skipCase=true
:goto eof