mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
force check of stackdump (#475)
This commit is contained in:
parent
6c6122fafc
commit
16bb6f7e04
8
.github/workflows/ctest.yml
vendored
8
.github/workflows/ctest.yml
vendored
@ -78,4 +78,10 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user