From f5b48327be2199a84e82e70b3381c25427cca185 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 23 Apr 2016 22:39:59 -0400 Subject: [PATCH] Output unit test failures for MSVC on AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cad5164..290b737 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,5 +57,5 @@ build_script: test_script: # run unit tests - echo Running unit tests... - - if %platform%==msvc nmake test + - if %platform%==msvc nmake test VERBOSE=1 CTEST_OUTPUT_ON_FAILURE=TRUE - if %platform%==vs msbuild "RUN_TESTS.vcxproj" -- 2.40.0