提交 440f22b2 编写于 作者: wafwerar's avatar wafwerar

fix(os): add win32 full case test

上级 0fafeab3
......@@ -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 (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册