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 f1a5339 commit 031758d
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 @@ -79,4 +79,4 @@ jobs:
shell: bash
run: ls -alh > lsout.txt && cat lsout.txt && ./Release/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 *3log*FATAL*.log | grep "SIGSEGV"
stackdump\n\n\n\n" && cat *3log*FATAL*.log | grep "SIGSEGV" && echo "\n\n RAW LOG: \n" && cat *3log*FATAL*.log

0 comments on commit 031758d

Please sign in to comment.