aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-27 22:14:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-28 14:50:05 +0200
commitf25aaab75f97e420c4eeda7bcb5dd591f3de5213 (patch)
tree78cab96b1c193f5a12889ec42111b74877120afc /.build.yml
parent754308033dc778ce12444137c622e7a4c2abf2a2 (diff)
downloadayatana-indicator-session-f25aaab75f97e420c4eeda7bcb5dd591f3de5213.tar.gz
ayatana-indicator-session-f25aaab75f97e420c4eeda7bcb5dd591f3de5213.tar.bz2
ayatana-indicator-session-f25aaab75f97e420c4eeda7bcb5dd591f3de5213.zip
.build.yml: Produce verbose test output on test failures.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 1863229..647d9b0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -136,7 +136,7 @@ after_scripts:
- if [ -e ./autogen.sh ]; then
- ${XVFB_RUN} make check
- elif [ -e ./CMakeLists.txt ]; then
- - ${XVFB_RUN} make test
+ - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
- fi
- fi
- fi