GHA/windows: avoid libtool wrapper for tunits

To sync it with other test binaries.

Closes #17640
This commit is contained in:
Viktor Szakats 2025-06-16 13:54:28 +02:00
parent 62349e45a8
commit 6d00b06e16
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -356,6 +356,7 @@ jobs:
mv bld/tests/http/clients/.libs/*.exe bld/tests/http/clients
mv bld/tests/libtest/.libs/*.exe bld/tests/libtest
mv bld/tests/server/.libs/*.exe bld/tests/server
mv bld/tests/tunit/.libs/*.exe bld/tests/tunit || true
mv bld/tests/unit/.libs/*.exe bld/tests/unit || true
fi