From f1a53397d56dbe04f3f4fed806970c49b6ad4c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Mon, 20 May 2024 12:47:53 -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 84746069..a19e0e3e 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 /tmp/g3log*FATAL*.log | grep "SIGSEGV" + stackdump\n\n\n\n" && cat *3log*FATAL*.log | grep "SIGSEGV"