]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Remove "or cat log" in favor of uploading logs as artifacts.
authorFlorian Forster <octo@collectd.org>
Tue, 6 Feb 2024 20:58:57 +0000 (21:58 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 6 Feb 2024 20:59:32 +0000 (21:59 +0100)
.cirrus.yml

index 09cbb341e30304f1364714c865966fcd4998ca93..7cb4f98877fb0ab207f368342fee09b08dfb394e 100644 (file)
@@ -51,7 +51,7 @@ clang_pedantic_task:
   build_script:
     - make -j$(nproc) -sk
   tests_script:
-    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check
   always:
     make_check_artifacts:
       path: "**/*.log"
@@ -87,7 +87,7 @@ bleeding_edge_compilers_task:
   build_script:
     - make -j$(nproc) -sk
   tests_script:
-    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check
   always:
     make_check_artifacts:
       path: "**/*.log"
@@ -114,7 +114,7 @@ freebsd_task:
   build_script:
     - make -j$(nproc) -sk
   tests_script:
-    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+    - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check
   always:
     make_check_artifacts:
       path: "**/*.log"
@@ -141,7 +141,7 @@ macos_task:
   build_script:
     - make -j "${CIRRUS_CPU}" -sk
   tests_script:
-    - make -j "${CIRRUS_CPU}" -sk check || (cat ./test-suite.log && false)
+    - make -j "${CIRRUS_CPU}" -sk check
   always:
     make_check_artifacts:
       path: "**/*.log"