]> granicus.if.org Git - check/commitdiff
Output unit test failures for MSVC on AppVeyor
authorBranden Archer <b.m.archer4@gmail.com>
Sun, 24 Apr 2016 02:39:59 +0000 (22:39 -0400)
committerBranden Archer <b.m.archer4@gmail.com>
Sun, 24 Apr 2016 03:25:43 +0000 (23:25 -0400)
appveyor.yml

index cad5164a387c2f0eea1b505e8d9cb5210d610424..290b73730d2d6ee487dfdb595fdbfc4a05e0162a 100644 (file)
@@ -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"