aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 12:27:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 12:27:10 +0200
commit9b913f0f3fa88999756671b9f8ae073d0889757c (patch)
treea31b6fd3b93c52121d2c3d95833655a7b5b29668
parent962eea003d82c275ba20c71b62495ca87dde2ec3 (diff)
downloadlibayatana-indicator-9b913f0f3fa88999756671b9f8ae073d0889757c.tar.gz
libayatana-indicator-9b913f0f3fa88999756671b9f8ae073d0889757c.tar.bz2
libayatana-indicator-9b913f0f3fa88999756671b9f8ae073d0889757c.zip
.build.yml: Output test-suite.log at the end of unit testings.
-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