From d783078d5c93e68629a72fe91d1a5d70c270cd96 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 29 Aug 2025 15:09:42 +0200 Subject: [PATCH] cleanup --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 581fba70fe..4c7683132e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -462,7 +462,7 @@ jobs: popd popd fi - perl -MWin32::Process -MWin32::Process::List -e 1 || echo "! Modules could not be loaded." + perl -MWin32::Process -MWin32::Process::List -e 1 && echo '! Modules loading OK.' || echo '! Failed to load modules.' - name: 'run tests' if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}