fix(os): add win32 full case test

This commit is contained in:
afwerar 2022-06-11 10:01:40 +08:00
parent 0fafeab306
commit 440f22b2d4
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ if "%1" == "full" (
if errorlevel 1 ( call :colorEcho 0c "failed" &echo. && set /a exitNum=8 ) else ( call :colorEcho 0a "Success" &echo. ) if errorlevel 1 ( call :colorEcho 0c "failed" &echo. && set /a exitNum=8 ) else ( call :colorEcho 0a "Success" &echo. )
) )
) )
echo exit !exitNum! exit !exitNum!
goto :eof
) )
echo Windows Taosd Test echo Windows Taosd Test
for /F "usebackq tokens=*" %%i in (simpletest.bat) do ( for /F "usebackq tokens=*" %%i in (simpletest.bat) do (