From 50af8f64444aae5bc05a0b38472d266e80ceb714 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 26 Oct 2016 16:55:17 -0700 Subject: [PATCH] tools: run-tests: winfsp-tests --external --- tools/run-tests.bat | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index de2c1eb7..17c9c9b3 100644 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -144,11 +144,7 @@ exit /b 0 :winfsp-tests-x64-disk-share M: -mkdir foo -if !ERRORLEVEL! neq 0 goto fail -winfsp-tests-x64 --external --share=winfsp-tests-share=M:\ --resilient -if !ERRORLEVEL! neq 0 goto fail -rmdir foo +"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --share=winfsp-tests-share=M:\ --resilient if !ERRORLEVEL! neq 0 goto fail exit /b 0 @@ -170,11 +166,7 @@ exit /b 0 :winfsp-tests-x86-disk-share O: -mkdir foo -if !ERRORLEVEL! neq 0 goto fail -winfsp-tests-x86 --external --share=winfsp-tests-share=O:\ --resilient -if !ERRORLEVEL! neq 0 goto fail -rmdir foo +"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --share=winfsp-tests-share=O:\ --resilient if !ERRORLEVEL! neq 0 goto fail exit /b 0