diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 38e20dc7..0b9fdecb 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -77,6 +77,6 @@ jobs: working-directory: ${{github.workspace}}/build if: matrix.os == 'windows-latest' shell: bash - run: ./g3log-FATAL-sigsegv.exe || true && echo -e + run: ./g3log-FATAL-sigsegv.exe $> output.txt || true && cat output.txt && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"