tools: run-tests

This commit is contained in:
Bill Zissimopoulos 2019-03-20 19:13:54 -07:00
parent 2d0c8e14be
commit 0dbc3f9f25
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -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 ^