From 9b913f0f3fa88999756671b9f8ae073d0889757c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 21 Apr 2021 12:27:10 +0200 Subject: .build.yml: Output test-suite.log at the end of unit testings. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index cd90a55..6dcab07 100644 --- a/.build.yml +++ b/.build.yml @@ -97,6 +97,7 @@ after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - if [ ${DISTRO_NAME} == "debian" ];then - make check + - cat tests/test-suite.log - fi - make distcheck - fi -- cgit v1.2.3