aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml1
1 files changed, 1 insertions, 0 deletions
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