fix(os): add win32 full case test

This commit is contained in:
afwerar 2022-06-11 10:24:13 +08:00
parent 440f22b2d4
commit e7c0a35d16
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SETLOCAL EnableDelayedExpansion
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( set "DEL=%%a")
set /a a=0
if "%1" == "full" (
if %1 == full (
echo Windows Taosd Full Test
set /a exitNum=0
for /F "usebackq tokens=*" %%i in (fulltest.bat) do (