test: no valgrind on win

This commit is contained in:
afwerar 2022-07-20 17:36:23 +08:00
parent 9bff316f12
commit 90b73eb399
1 changed files with 1 additions and 0 deletions

View File

@ -63,4 +63,5 @@ goto :eof
:CheckSkipCase
set skipCase=false
@REM if "%*" == "./test.sh -f tsim/query/scalarFunction.sim" ( set skipCase=true )
echo %* | grep valgrind && set skipCase=true
:goto eof