Skip to content

Commit bcd3fd1

Browse files
authored
Logging output of the test suite at completion
1 parent 1a67477 commit bcd3fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ script:
2929
- if [ $LINKING = "static" ]; then ../configure --enable-static --disable-fastopen; elif [ $DEBUG = "debug" ]; then ../configure --enable-debug --disable-shared --disable-fastopen; else ../configure --disable-fastopen; fi
3030
- make
3131
- make check
32+
- cat test/test-suite.log
3233
after_success:
3334
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
3435
matrix:

0 commit comments

Comments
 (0)