mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -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
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /d %2 /g VolumeInformation /z /v
|
call :__ifstest %1 /d %2 /g VolumeInformation /z /v
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
rem call :__ifstest %1 /d %2 /g FileInformation /z /v
|
call :__ifstest %1 /d %2 /g FileInformation -t LinkInformationTest /z /v
|
||||||
rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /d %2 /g DirectoryInformation /z /v
|
call :__ifstest %1 /d %2 /g DirectoryInformation /z /v
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /d %2 /g FileLocking /z /v
|
call :__ifstest %1 /d %2 /g FileLocking /z /v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user