From b242a449b8e2d4187b2e24bbd8de610baf6b0ca1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 30 Dec 2016 13:43:17 -0800 Subject: [PATCH] tools: run-tests: ifstest: enable FileInformation (not all tests pass yet) --- 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 88a6ba06..73d1cc28 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -382,8 +382,8 @@ call :__ifstest %1 /d %2 /g CloseCleanupDelete -t UpdateOnCloseTest -t Tunneling if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 call :__ifstest %1 /d %2 /g VolumeInformation /z /v if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 -rem call :__ifstest %1 /d %2 /g FileInformation /z /v -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /d %2 /g FileInformation -t LinkInformationTest /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 call :__ifstest %1 /d %2 /g DirectoryInformation /z /v if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 call :__ifstest %1 /d %2 /g FileLocking /z /v