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 75a63ad8be1 IGNITE-27304: Add debug
75a63ad8be1 is described below
commit 75a63ad8be14d9f2a99267d76c1e2f61654a3fa8
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 17 16:03:40 2026 +0100
IGNITE-27304: Add debug
---
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index e65fcdc5a51..00b4600684d 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -42,11 +42,14 @@ object PlatformCppTestsWindows : BuildType({
powerShell {
name = "Build C++"
- workingDir = "%PATH__WORKING_DIR%"
platform = PowerShellStep.Platform.x64
scriptMode = script {
content = """
${'$'}ErrorActionPreference = "Stop"
+
+ Get-Location
+ Write-Host "CMake build dir: %PATH__CMAKE_BUILD_DIRECTORY%"
+ Write-Host "Working dir: %PATH__WORKING_DIR%"
New-Item -ItemType Directory -Force -Path
"%PATH__CMAKE_BUILD_DIRECTORY%" | Out-Null
Set-Location "%PATH__CMAKE_BUILD_DIRECTORY%"
@@ -112,6 +115,7 @@ object PlatformCppTestsWindows : BuildType({
content = """
${'$'}dumpsDir = "%PATH__CRASH_DUMPS%"
+ Get-Location
Write-Host "CMake build dir: %PATH__CMAKE_BUILD_DIRECTORY%"
Write-Host "Working dir: %PATH__WORKING_DIR%"