From 0d3d9627f298660699def222a689c6cb5c5cc9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Sun, 19 May 2024 15:29:00 -0600 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 69199b2b..8cfaaaf6 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -55,15 +55,12 @@ jobs: working-directory: ${{github.workspace}}/build shell: bash run: ctest -C $BUILD_TYP - - name: Fatal Exit Example + - name: Fatal Exit Example Linux/OSX working-directory: ${{github.workspace}}/build - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os == - 'windows-latest' + if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' shell: bash run: if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' ./g3log-FATAL-sigsegv || true && echo -e - if: matrix.os == 'windows-latest' - ./g3log-FATAL-sigsegv.exe || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"