]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: avoid libtool wrapper for `tunits`
authorViktor Szakats <commit@vsz.me>
Mon, 16 Jun 2025 11:54:28 +0000 (13:54 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 16 Jun 2025 12:13:40 +0000 (14:13 +0200)
To sync it with other test binaries.

Closes #17640

.github/workflows/windows.yml

index 029e252368d4c5a68bf6da64ec63ac9321d4e120..fd8349e7fe6e4bc906c45dfd0bdc1493fc1405a2 100644 (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