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 20, 2024
1 parent fa9c5bc commit a7e4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a7e4c6a

Please sign in to comment.