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 af8f5bceca4 IGNITE-27304: Fix
af8f5bceca4 is described below

commit af8f5bceca424047f5a101fff88a7318ab6bdf4e
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 17 16:25:20 2026 +0100

    IGNITE-27304: Fix
---
 .teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt 
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 7098b8d7ca4..b69b9d3edc9 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -34,7 +34,7 @@ object PlatformCppTestsWindows : BuildType({
         hiddenText("PATH__ODBC_TEST_RESULTS", 
"""%PATH__CMAKE_BUILD_DIRECTORY%\odbc_tests_results.xml""")
         hiddenText("PATH__CRASH_DUMPS", 
"""%PATH__CMAKE_BUILD_DIRECTORY%\dumps""")
         hiddenText("PATH__UNIT_TESTS_RESULT", 
"""%PATH__CMAKE_BUILD_DIRECTORY%\cpp_unit_test_results.xml""")
-        hiddenText("PATH__WORKING_DIR", 
"""%VCSROOT__IGNITE3%\modules\platforms\cpp""")
+        hiddenText("PATH__WORKING_DIR", 
"""%teamcity.build.checkoutDir%\%VCSROOT__IGNITE3%\modules\platforms\cpp""")
         hiddenText("env.CPP_STAGING", """%PATH__WORKING_DIR%\cpp_staging""")
     }
 
@@ -111,7 +111,6 @@ object PlatformCppTestsWindows : BuildType({
                 content = """ 
                     ${'$'}dumpsDir = "%PATH__CRASH_DUMPS%"
 
-                    Set-Location "%PATH__CMAKE_BUILD_DIRECTORY%"
                     Write-Host "CMake build dir: %PATH__CMAKE_BUILD_DIRECTORY%"
                     Write-Host "Working dir: %PATH__WORKING_DIR%"
                     Write-Host "Dumps dir: %PATH__CRASH_DUMPS%"

Reply via email to