update appveyor.yml: use appveyor command to add test output

This commit is contained in:
Bill Zissimopoulos 2016-05-20 19:03:49 -07:00
parent d89baea193
commit 3935372956

View File

@ -20,5 +20,11 @@ build_script:
test_script: test_script:
- for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000 - for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000
-
- appveyor AddTest winfsp-tests-x64 -Outcome Running
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe - build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe
- appveyor UpdateTest winfsp-tests-x64 -Outcome Passed
-
- appveyor AddTest winfsp-tests-x86 -Outcome Running
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe - build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe
- appveyor UpdateTest winfsp-tests-x86 -Outcome Passed