From 5ce1a722b3a6ed99e3f8b711fd2123ebd309d950 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 30 Dec 2016 14:43:15 -0800 Subject: [PATCH] tools: run-tests: ifstest: FileInformation tests --- tools/run-tests.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 73d1cc28..182bc175 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -382,7 +382,10 @@ 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 -call :__ifstest %1 /d %2 /g FileInformation -t LinkInformationTest /z /v +call :__ifstest %1 /d %2 /g FileInformation -t LinkInformationTest -t StreamStandardInformationTest /r C: /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +rem StreamStandardInformationTest uses FileLinkInformation in NTFS mode, so run in FAT compatibility mode +call :__ifstest %1 /d %2 /t StreamStandardInformationTest /f /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