From b32d8279ad5c3945ae053bda6a66752d4f706ab1 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 6 Nov 2019 16:12:19 +0100 Subject: [PATCH] Travis-CI: Dump test logs since it now suddenly works again Signed-off-by: Joachim Nilsson --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9b495bd..f85953e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ script: - make all - make -C test programs - sudo make check || (which clang; cat test/test-suite.log; false) + - (cat test/test-suite.log; cat test/api.log) - make install-strip - mkdir -p /tmp/example; cp -a example/example.* /tmp/example/ - (cd /tmp/example; PKG_CONFIG_LIBDIR=/tmp/sysklogd/lib/pkgconfig make -f example.mk)