diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 75fe857c..34278b65 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -363,8 +363,8 @@ call :__ifstest %1 /d %2 /g OpenCreateGeneral -t FileOpenByIDTest -t OpenVolumeT if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 call :__ifstest %1 /d %2 /g OpenCreateParameters /z /v if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 -rem call :__ifstest %1 /d %2 /g CloseCleanupDelete /z /v -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /d %2 /g CloseCleanupDelete -t UpdateOnCloseTest /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 call :__ifstest %1 /d %2 /g VolumeInformation /z /v if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g FileInformation /z /v