From 440f22b2d4e210c525d77c791672e8a58527860f Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Sat, 11 Jun 2022 10:01:40 +0800 Subject: [PATCH] fix(os): add win32 full case test --- tests/system-test/test-all.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/system-test/test-all.bat b/tests/system-test/test-all.bat index 7ea819f1ba..832fde7ed0 100644 --- a/tests/system-test/test-all.bat +++ b/tests/system-test/test-all.bat @@ -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 ( -- GitLab