From 031758dca44a072894040847fccc89373507d8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Mon, 20 May 2024 14:39:26 -0600 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index a19e0e3e..8a7e260e 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -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