From 450a8a1df1577ddbe68fe8da1fb8514d3781ef32 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 22 May 2025 21:16:37 +1000 Subject: [PATCH] Collect all of regress dir on failure. This may allow us to sort through its entrails and determine the cause of some types of failures. --- .github/workflows/c-cpp.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7c37c9ce2..8c3d64b8c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -160,8 +160,4 @@ jobs: path: | config.h config.log - regress/*.log - regress/valgrind-out/ - regress/asan.log.* - regress/msan.log.* - regress/log/* + regress/ -- 2.47.2