Skip to content

Commit

Permalink
force check of stackdump (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Feb 4, 2023
1 parent 6c6122f commit 16bb6f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYP

- name: Fatal Exit Example
working-directory: ${{github.workspace}}/build
shell: bash
# hacky / crude and effective
run: ./g3log-FATAL-sigsegv || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"

0 comments on commit 16bb6f7

Please sign in to comment.