diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 0b9f246f..3d32f6fb 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -763,7 +763,7 @@ if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" ( call :__ifstest %1 /g ReparsePoints -t SetPointEASNotSupportedTest -t EnumReparsePointsTest -t ChangeNotificationReparseTest /c if !ERRORLEVEL! neq 0 set IfsTestNtptfsExit=1 ) else if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( - call :__ifstest %1 /g ReparsePoints -t SetPointEASNotSupportedTest -t EnumReparsePointsTest -t ChangeNotificationReparseTest -t SetPointIoReparseTagMismatchTest -t SetPointAttributeConflictTest /c + call :__ifstest %1 /g ReparsePoints -t SetPointEASNotSupportedTest -t EnumReparsePointsTest -t ChangeNotificationReparseTest -t SetPointIoReparseDataInvalidTest -t SetPointIoReparseTagMismatchTest -t SetPointAttributeConflictTest /c if !ERRORLEVEL! neq 0 set IfsTestNtptfsExit=1 ) else ( call :__ifstest %1 /g ReparsePoints -t SetPointEASNotSupportedTest -t EnumReparsePointsTest -t ChangeNotificationReparseTest -t SetPointIoReparseDataInvalidTest /c