tools: run-tests: enable ifstest EA tests

This commit is contained in:
Bill Zissimopoulos 2019-03-21 18:19:01 -07:00
parent 732e6cc38c
commit 3d646bdf88
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -580,6 +580,8 @@ rem FileInformation.LinkInformationTest: WinFsp does not support hard links
rem FileInformation.StreamStandardInformationTest: test requires FileLinkInformation support (no hard links)
call :__ifstest %1 /g FileInformation -t LinkInformationTest -t StreamStandardInformationTest /r %3
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
call :__ifstest %1 /g EaInformation
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
call :__ifstest %1 /g DirectoryInformation
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
call :__ifstest %1 /g FileLocking
@ -618,7 +620,7 @@ set IfsTestExit=0
(SET LF=^
%=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=!IfsTestLine:*:=!