diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 8a7e260e..105fda66 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -77,6 +77,5 @@ jobs: working-directory: ${{github.workspace}}/build if: matrix.os == 'windows-latest' 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" && echo "\n\n RAW LOG: \n" && cat *3log*FATAL*.log + run: ./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 && cat *3log*FATAL*.log | grep "SIGSEGV"