From 6d00b06e167c4a19a561731ca4210fe2d625f312 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 16 Jun 2025 13:54:28 +0200 Subject: [PATCH] GHA/windows: avoid libtool wrapper for `tunits` To sync it with other test binaries. Closes #17640 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 029e252368..fd8349e7fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- 2.47.3