From 393537295685ebd87b43f23592402949d77771f1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 20 May 2016 19:03:49 -0700 Subject: [PATCH] update appveyor.yml: use appveyor command to add test output --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bcb52935..324d0c5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,5 +20,11 @@ build_script: test_script: - 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 +- appveyor UpdateTest winfsp-tests-x64 -Outcome Passed +- +- appveyor AddTest winfsp-tests-x86 -Outcome Running - build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe +- appveyor UpdateTest winfsp-tests-x86 -Outcome Passed