From d70c49ccd00056726fac32d1de4de57c08392d50 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 9 May 2017 00:03:01 -0700 Subject: [PATCH] tools: run-tests: add memfs-dotnet testing --- 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 b2b1d135..3fb080c6 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -381,8 +381,8 @@ if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-dotnet-external-share -R: -"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --share=winfsp-tests-share=R:\ --resilient ^ +Q: +"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --share=winfsp-tests-share=Q:\ --resilient ^ -reparse_symlink* if !ERRORLEVEL! neq 0 goto fail exit /b 0