diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-21 12:27:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-21 12:27:10 +0200 |
commit | 9b913f0f3fa88999756671b9f8ae073d0889757c (patch) | |
tree | a31b6fd3b93c52121d2c3d95833655a7b5b29668 | |
parent | 962eea003d82c275ba20c71b62495ca87dde2ec3 (diff) | |
download | libayatana-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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |