mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Display test log on failure.
This commit is contained in:
parent
39f812f040
commit
34b5030239
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user