diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 0b9fdecb..c806f567 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 $> output.txt || true && cat output.txt && echo -e + run: ls -alh > lsout.txt && cat lsout.txt && ./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"