From 2a12ed490d468e63d43444f44db90a1455b819d1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 3 Feb 2017 18:50:39 -0800 Subject: [PATCH] tools: run-tests: run mountpoint-drive tests with --resilient --- tools/run-tests.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 9a480db1..32887def 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -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