From 65ac7eb0a241f3bc9b99aad23570e920c05a16bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Mon, 20 May 2024 12:40:53 -0600 Subject: [PATCH] Path fix for windows 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 c806f567..84746069 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -77,6 +77,6 @@ jobs: working-directory: ${{github.workspace}}/build if: matrix.os == 'windows-latest' shell: bash - run: ls -alh > lsout.txt && cat lsout.txt && ./g3log-FATAL-sigsegv.exe $> output.txt || true && cat output.txt && echo -e + 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"