tools: run-tests: run mountpoint-drive tests with --resilient

This commit is contained in:
Bill Zissimopoulos 2017-02-03 18:50:39 -08:00
parent c6d9e68c3f
commit 2a12ed490d

View File

@ -143,7 +143,7 @@ if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x64-mountpoint-drive
winfsp-tests-x64 --mountpoint=X:
winfsp-tests-x64 --mountpoint=X: --resilient
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
@ -173,7 +173,7 @@ if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x86-mountpoint-drive
winfsp-tests-x86 --mountpoint=X:
winfsp-tests-x86 --mountpoint=X: --resilient
if !ERRORLEVEL! neq 0 goto fail
exit /b 0