fix(os): add win32 full case test
This commit is contained in:
parent
0fafeab306
commit
440f22b2d4
|
@ -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. )
|
||||
)
|
||||
)
|
||||
echo exit !exitNum!
|
||||
goto :eof
|
||||
exit !exitNum!
|
||||
)
|
||||
echo Windows Taosd Test
|
||||
for /F "usebackq tokens=*" %%i in (simpletest.bat) do (
|
||||
|
|
Loading…
Reference in New Issue