]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Print test-suite.log on failure.
authorFlorian Forster <octo@google.com>
Thu, 16 Jul 2020 09:27:01 +0000 (11:27 +0200)
committerFlorian Forster <octo@google.com>
Wed, 29 Jul 2020 11:40:54 +0000 (13:40 +0200)
.cirrus.yml

index 20c1d2e4d68280c81f1bbeb1e0a07cfb2ade0c38..3eee2f17b2b3dd8f1a070a6dd76181de925516dc 100644 (file)
@@ -106,6 +106,8 @@ debian_default_toolchain_task:
   tests_script:
     - make -j2 -sk check
     - /checks/check-built-plugins.sh
+  on_failure:
+    debug_script: cat test-suite.log || true
 
 ###
 # Default toolchain and build flags used in RPM packages, on a range of RedHat
@@ -141,6 +143,8 @@ redhat_default_toolchain_task:
   tests_script:
     - make -j2 -sk check
     - /checks/check-built-plugins.sh
+  on_failure:
+    debug_script: cat test-suite.log || true
 
 
 ###
@@ -269,3 +273,5 @@ bleeding_edge_compilers_task:
     - make -j2 -sk
   tests_script:
     - make -j2 -sk check
+  on_failure:
+    debug_script: cat test-suite.log || true