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