mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: ifstest: enable FileInformation (not all tests pass yet)
This commit is contained in:
parent
c6a6fdfc36
commit
b242a449b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user