This commit is contained in:
Viktor Szakats 2025-08-29 15:09:42 +02:00
parent 190a2f28a2
commit d783078d5c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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' }}