test:add win testcase in ci
This commit is contained in:
parent
8ec9ca5c64
commit
54e6d72c2d
|
@ -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
|
Loading…
Reference in New Issue