mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
tools: run-tests: ifstest: enable ReparsePoints tests
This commit is contained in:
parent
830985d331
commit
8d379a4c8b
@ -402,8 +402,11 @@ call :__ifstest %1 /d %2 /g ReadWrite /z /v
|
|||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /d %2 /g SectionsCaching /z /v
|
call :__ifstest %1 /d %2 /g SectionsCaching /z /v
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
rem call :__ifstest %1 /d %2 /g ReparsePoints /z /v
|
rem ReparsePoints.SetPointEASNotSupportedTest: EA's not supported
|
||||||
rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
rem ReparsePoints.EnumReparsePointsTest: enumeration of reparse points not supported
|
||||||
|
rem ReparsePoints.ChangeNotificationReparseTest: change notifications of reparse points not supported
|
||||||
|
call :__ifstest %1 /d %2 /g ReparsePoints -t SetPointEASNotSupportedTest -t EnumReparsePointsTest -t ChangeNotificationReparseTest /z /v
|
||||||
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
rem call :__ifstest %1 /d %2 /g StreamEnhancements /z /v
|
rem call :__ifstest %1 /d %2 /g StreamEnhancements /z /v
|
||||||
rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
for %%d in (!IfsTestDirectories!) do (
|
for %%d in (!IfsTestDirectories!) do (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user