tools,appveyor: remove sxsident

This commit is contained in:
Bill Zissimopoulos 2022-09-10 16:24:15 +01:00
parent 2fc2c237d3
commit 8e0f5b457c
2 changed files with 0 additions and 3 deletions

View File

@ -75,7 +75,6 @@ build_script:
test_script:
- choco install winfsp -s build\VStudio\build\%CONFIGURATION% -y --pre
- tools\sxsident.bat > build\VStudio\build\%CONFIGURATION%\winfsp.sxs
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.001
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.002
- if %TESTING%==Func 7z x Test.Filter.Driver.zip.001

View File

@ -1271,7 +1271,6 @@ exit /b !RunSampleTestExit!
:compat-v1.2-memfs-x64
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
call "%ProjRoot%\tools\sxsident.bat" > "%ProjRoot%\tst\compat\v1.2\memfs\winfsp.sxs"
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x64 winfsp-tests-x64
if !ERRORLEVEL! neq 0 goto fail
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"
@ -1279,7 +1278,6 @@ exit /b 0
:compat-v1.2-memfs-x86
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
call "%ProjRoot%\tools\sxsident.bat" > "%ProjRoot%\tst\compat\v1.2\memfs\winfsp.sxs"
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x86 winfsp-tests-x86
if !ERRORLEVEL! neq 0 goto fail
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"