Display test log on failure.

This commit is contained in:
Victor Zverovich 2014-06-06 09:18:57 -07:00
parent 39f812f040
commit 34b5030239

View File

@ -18,3 +18,6 @@ script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON . - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
- make -j4 - make -j4
- make test - make test
after_failure:
- cat Testing/Temporary/LastTest.log