This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27304
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27304 by this push:
new d92a872f7c2 IGNITE-27304: Fix
d92a872f7c2 is described below
commit d92a872f7c2bad1b40be287e9114a13e29487024
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 17 23:59:55 2026 +0100
IGNITE-27304: Fix
---
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index e86dbc17f75..4944ff998d6 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -130,7 +130,7 @@ object PlatformCppTestsWindows : BuildType({
exit 1
}
- ${'$'}dumpNames = ${'$'}dumps | ForEach-Object {
${'$'}_.BaseName.Split('_')[0] }
+ ${'$'}dumpNames = ${'$'}dumps | ForEach-Object {
${'$'}_.BaseName.Split(".exe")[0] }
${'$'}exes = Get-ChildItem -Path "${'$'}binDir\*" -File
-Include "*.exe" |
Where-Object { ${'$'}dumpNames -contains
${'$'}_.BaseName }