From 0e8babf69c55120178c9059cdacca65526e98555 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 10 Mar 2020 20:00:14 +0200 Subject: [PATCH] appveyor: update location of IfsTest zip file --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9462ff96..f8f9316e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ build_script: test_script: - choco install winfsp -s build\VStudio\build\%CONFIGURATION% -y --pre -- if %TESTING%==Func appveyor DownloadFile http://www.secfs.net/winfsp/resources/Test.Filter.Driver.zip && 7z x Test.Filter.Driver.zip +- if %TESTING%==Func appveyor DownloadFile http://www.secfs.net/Test.Filter.Driver.zip && 7z x Test.Filter.Driver.zip - if %TESTING%==Func start /wait msiexec /i "Test.Filter.Driver\HCK Filter.Driver Content-x86_en-us.msi" /qn - if %TESTING%==Func tools\nmake-ext-test.bat %CONFIGURATION% - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION%