Skip to content

Commit

Permalink
Update ctest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 22, 2024
1 parent e361bc7 commit 5eba781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
shell: bash
run: ./g3log-FATAL-sigsegv || true && echo -e
"\n\nverifying SIGSEGV existed in
stackdump\n\n\n\n" && && cat /tmp/*3log*FATAL*.log && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"
"\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/*3log*FATAL*.log && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"

- name: Fatal Exit Example Windows
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 5eba781

Please sign in to comment.