Enable output for test failures.

This commit is contained in:
Victor Zverovich 2014-08-17 07:56:48 -07:00
parent adce0245dc
commit 2462c61d05
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ env:
script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
- make -j4
- make test
- CTEST_OUTPUT_ON_FAILURE=1 make test
after_failure:
- cat Testing/Temporary/LastTest.log

View File

@ -1,4 +1,5 @@
environment:
- CTEST_OUTPUT_ON_FAILURE: 1
matrix:
- Build: msvc
Config: Debug