mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: run-tests
This commit is contained in:
parent
2d0c8e14be
commit
0dbc3f9f25
@ -253,7 +253,7 @@ exit /b 0
|
|||||||
M:
|
M:
|
||||||
fltmc instances -v M: | findstr aswSnx >nul
|
fltmc instances -v M: | findstr aswSnx >nul
|
||||||
if !ERRORLEVEL! neq 0 (
|
if !ERRORLEVEL! neq 0 (
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient +*
|
||||||
) else (
|
) else (
|
||||||
REM Avast present
|
REM Avast present
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient ^
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient ^
|
||||||
@ -320,7 +320,7 @@ exit /b 0
|
|||||||
O:
|
O:
|
||||||
fltmc instances -v O: | findstr aswSnx >nul
|
fltmc instances -v O: | findstr aswSnx >nul
|
||||||
if !ERRORLEVEL! neq 0 (
|
if !ERRORLEVEL! neq 0 (
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --resilient
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --resilient +*
|
||||||
) else (
|
) else (
|
||||||
REM Avast present
|
REM Avast present
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --resilient ^
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --resilient ^
|
||||||
@ -449,7 +449,7 @@ exit /b 0
|
|||||||
Q:
|
Q:
|
||||||
fltmc instances -v Q: | findstr aswSnx >nul
|
fltmc instances -v Q: | findstr aswSnx >nul
|
||||||
if !ERRORLEVEL! neq 0 (
|
if !ERRORLEVEL! neq 0 (
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient +*
|
||||||
) else (
|
) else (
|
||||||
REM Avast present
|
REM Avast present
|
||||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient ^
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --resilient ^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user