mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
tools: run-tests: enable ifstest EA tests
This commit is contained in:
parent
732e6cc38c
commit
3d646bdf88
@ -580,6 +580,8 @@ rem FileInformation.LinkInformationTest: WinFsp does not support hard links
|
|||||||
rem FileInformation.StreamStandardInformationTest: test requires FileLinkInformation support (no hard links)
|
rem FileInformation.StreamStandardInformationTest: test requires FileLinkInformation support (no hard links)
|
||||||
call :__ifstest %1 /g FileInformation -t LinkInformationTest -t StreamStandardInformationTest /r %3
|
call :__ifstest %1 /g FileInformation -t LinkInformationTest -t StreamStandardInformationTest /r %3
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
|
call :__ifstest %1 /g EaInformation
|
||||||
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /g DirectoryInformation
|
call :__ifstest %1 /g DirectoryInformation
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
call :__ifstest %1 /g FileLocking
|
call :__ifstest %1 /g FileLocking
|
||||||
@ -618,7 +620,7 @@ set IfsTestExit=0
|
|||||||
(SET LF=^
|
(SET LF=^
|
||||||
%=this line is empty=%
|
%=this line is empty=%
|
||||||
)
|
)
|
||||||
for /F "delims=" %%l in ('call "%ProjRoot%\tools\ifstest.bat" %* /z /v ^| findstr /n "^"') do (
|
for /F "delims=" %%l in ('call "%ProjRoot%\tools\ifstest.bat" %* /v ^| findstr /n "^"') do (
|
||||||
set IfsTestLine=%%l
|
set IfsTestLine=%%l
|
||||||
set IfsTestLine=!IfsTestLine:*:=!
|
set IfsTestLine=!IfsTestLine:*:=!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user